Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Bump version v0.7.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
faustinoaq committed Mar 7, 2018
1 parent 7dd4a3b commit 5c983db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: scry
version: 0.6.1
version: 0.7.0

authors:
- Ryan L. Bell <[email protected]>
- Kepler Sticka-Jones <http://keplersj.com>
- Faustino Aguilar <http://faustinoaq.github.io>
- Scry Team <https://github.com/crystal-lang-tools/scry>

license: MIT

targets:
scry:
main: src/scry.cr
main: src/scry.cr
2 changes: 1 addition & 1 deletion src/scry/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Scry
VERSION = "0.6.1"
VERSION = "0.7.0"
end

0 comments on commit 5c983db

Please sign in to comment.