Release 1.0.0

master
Didactic Drunk 2019-08-06 15:14:06 -07:00
parent d556e1c909
commit 075c245011
3 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,6 @@
# sodium.cr
[![Build Status](https://travis-ci.org/didactic-drunk/sodium.cr.svg?branch=master)](https://travis-ci.org/didactic-drunk/sodium.cr)
[![GitHub release](https://img.shields.io/github/release/didactic-drunk/sodium.cr>.svg)](https://github.com/didactic-drunk/sodium.cr/releases)
[![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://didactic-drunk.github.io/sodium.cr/)
Crystal bindings for the [libsodium API](https://libsodium.gitbook.io/doc/)

View File

@ -1,10 +1,8 @@
---
name: sodium
version: 0.9.1
version: 1.0.0
authors:
- Andrew Hamon <andrew@hamon.cc>
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
crystal: 0.28.0
- Andrew Hamon <andrew@hamon.cc>
- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com>
crystal: 0.29.0
license: MIT

View File

@ -1,3 +1,3 @@
module Sodium
VERSION = "0.9.0"
VERSION = "1.0.0"
end