From 3e51dd4417e17cd4a1c10398c240481dbe66243d Mon Sep 17 00:00:00 2001 From: Thomas Leishman Date: Fri, 12 Feb 2016 08:09:48 -0700 Subject: [PATCH] bump version to 0.1.5 --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 7a4ab2d..11500fa 100644 --- a/init.rb +++ b/init.rb @@ -5,7 +5,7 @@ name 'Redmine Editor Preview Tab Extension' author 'Thomas Leishman' description 'The Redmine Editor Preview Tab Extension adds a preview tab to the Redmine text editor, similar to the editor on Github.' - version '0.1.4' + version '0.1.5' url 'https://github.com/tleish/redmine_editor_preview_tab' author_url 'https://github.com/tleish' settings :default => { hide_default_preview: false, enabled: true } , :partial => 'redmine_editor_preview_tab/settings'