From 075c24501131390f0cfa94a92f42cc758b248161 Mon Sep 17 00:00:00 2001 From: Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com> Date: Tue, 6 Aug 2019 15:14:06 -0700 Subject: [PATCH] Release 1.0.0 --- README.md | 1 + shard.yml | 12 +++++------- src/sodium/version.cr | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 780cd74..d7e88b5 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/shard.yml b/shard.yml index 9c5c7fe..4a44d84 100644 --- a/shard.yml +++ b/shard.yml @@ -1,10 +1,8 @@ +--- name: sodium -version: 0.9.1 - +version: 1.0.0 authors: - - Andrew Hamon - - Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com> - -crystal: 0.28.0 - +- Andrew Hamon +- Didactic Drunk <1479616+didactic-drunk@users.noreply.github.com> +crystal: 0.29.0 license: MIT diff --git a/src/sodium/version.cr b/src/sodium/version.cr index a5143c6..ef458ce 100644 --- a/src/sodium/version.cr +++ b/src/sodium/version.cr @@ -1,3 +1,3 @@ module Sodium - VERSION = "0.9.0" + VERSION = "1.0.0" end