diff --git a/README.md b/README.md index 6a965a9..ba527df 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ When you hit the left or right edge of the rectangles the cursor will indicate t * Export chart to SVG # Version log +* 0.7.4: May 27, 2014. Add zoom-in and zoom-out buttons * 0.7.3: May 27, 2014. Fix placement of tooltip in fullscreen and fix tooltip not showing when no description is set. * 0.7.2: May 27, 2014. Added support for progress visualization and manipulation * 0.7.1: May 26, 2014. Bug in relation to viewbox calculation fixed and date selection is back. diff --git a/init.rb b/init.rb index be7c478..ebb1fc3 100644 --- a/init.rb +++ b/init.rb @@ -27,7 +27,7 @@ description 'Offers a UI tailored for planning projects by dragging, dropping ' + 'and resizing issues and by adding and editing relations and ' + 'providing critical path analysis' - version '0.7.3' + version '0.7.4' if respond_to?(:url) url 'https://github.com/MadEgg/redmine_planning'