Skip to content

Commit f5dc78e

Browse files
committed
Crystal 0.34.0
1 parent b0c3e07 commit f5dc78e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Version](https://img.shields.io/github/tag/crystallabs/fluence.svg?maxAge=360)](https://github.com/crystallabs/fluence/releases/latest)
33
[![License](https://img.shields.io/github/license/crystallabs/fluence.svg)](https://github.com/crystallabs/fluence/blob/master/LICENSE)
44

5-
# Fluence 0.6.0
5+
# Fluence 0.6.1
66

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

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: fluence
2-
version: 0.6.0
2+
version: 0.6.1
33

44
authors:
55
- Davor Ocelic <[email protected]>
66

7-
crystal: 0.32.0
7+
crystal: 0.34.0
88

99
license: GPL-3
1010

src/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Fluence
22
VERSION_MAJOR = 0
33
VERSION_MINOR = 6
4-
VERSION_REVISION = 0
4+
VERSION_REVISION = 1
55
VERSION = [ VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION ].join '.'
66
end

0 commit comments

Comments
 (0)