Release 1.2.0

master
Didactic Drunk 2020-06-28 16:34:19 -07:00
parent 8134714804
commit 87d1c12f5b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
name: sodium
version: 1.1.1
version: 1.2.0
authors:
- Andrew Hamon <andrew@hamon.cc>
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
@ -12,4 +12,4 @@ libraries:
libsodium: ">= 1.0.18"
license: MIT
scripts:
postinstall: ./build/libsodium_install.sh
postinstall: "./build/libsodium_install.sh"

View File

@ -1,3 +1,3 @@
module Sodium
VERSION = "1.1.1"
VERSION = "1.2.0"
end