Release 1.0.0
parent
d556e1c909
commit
075c245011
|
@ -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/)
|
||||
|
|
12
shard.yml
12
shard.yml
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sodium
|
||||
VERSION = "0.9.0"
|
||||
VERSION = "1.0.0"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue