Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Nov 27, 2019
1 parent 46668a1 commit 4a3c306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0
# Fluence 0.6.0

Elegant wiki powered by Crystal, with markdown as native format and a WYSIWYG editor.

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fluence
version: 0.5.0
version: 0.6.0

authors:
- Davor Ocelic <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/fluence/version.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Fluence
VERSION_MAJOR = 0
VERSION_MINOR = 5
VERSION_MINOR = 6
VERSION_REVISION = 0
VERSION = [ VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION ].join '.'
end

0 comments on commit 4a3c306

Please sign in to comment.