diff --git a/README.md b/README.md index 24aab7d..6d00b84 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Version](https://img.shields.io/github/tag/crystallabs/fluence.svg?maxAge=360)](https://github.com/crystallabs/fluence/releases/latest) [![License](https://img.shields.io/github/license/crystallabs/fluence.svg)](https://github.com/crystallabs/fluence/blob/master/LICENSE) -# Fluence 0.6.0 +# Fluence 0.6.1 Elegant wiki powered by Crystal, with markdown as native format and a WYSIWYG editor. diff --git a/shard.yml b/shard.yml index dd05605..e203a95 100644 --- a/shard.yml +++ b/shard.yml @@ -1,10 +1,10 @@ name: fluence -version: 0.6.0 +version: 0.6.1 authors: - Davor Ocelic -crystal: 0.32.0 +crystal: 0.34.0 license: GPL-3 diff --git a/src/version.cr b/src/version.cr index 255bf9c..9057597 100644 --- a/src/version.cr +++ b/src/version.cr @@ -1,6 +1,6 @@ module Fluence VERSION_MAJOR = 0 VERSION_MINOR = 6 - VERSION_REVISION = 0 + VERSION_REVISION = 1 VERSION = [ VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION ].join '.' end