Release 1.2.0
This commit is contained in:
parent
8134714804
commit
87d1c12f5b
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: sodium
|
name: sodium
|
||||||
version: 1.1.1
|
version: 1.2.0
|
||||||
authors:
|
authors:
|
||||||
- Andrew Hamon <andrew@hamon.cc>
|
- Andrew Hamon <andrew@hamon.cc>
|
||||||
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
|
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
|
||||||
@ -12,4 +12,4 @@ libraries:
|
|||||||
libsodium: ">= 1.0.18"
|
libsodium: ">= 1.0.18"
|
||||||
license: MIT
|
license: MIT
|
||||||
scripts:
|
scripts:
|
||||||
postinstall: ./build/libsodium_install.sh
|
postinstall: "./build/libsodium_install.sh"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module Sodium
|
module Sodium
|
||||||
VERSION = "1.1.1"
|
VERSION = "1.2.0"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user