From f5dc78eec04c4a5a00e3988a9cbf3d4e222ce150 Mon Sep 17 00:00:00 2001 From: Davor Ocelic Date: Sun, 12 Apr 2020 12:04:01 +0200 Subject: [PATCH] Crystal 0.34.0 --- README.md | 2 +- shard.yml | 4 ++-- src/version.cr | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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