Skip to content

Commit

Permalink
Crystal 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Apr 12, 2020
1 parent b0c3e07 commit f5dc78e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.6.0
# Fluence 0.6.1

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

Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: fluence
version: 0.6.0
version: 0.6.1

authors:
- Davor Ocelic <[email protected]>

crystal: 0.32.0
crystal: 0.34.0

license: GPL-3

Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f5dc78e

Please sign in to comment.