From 7e42ac4995cfd9f9fbbf0e6c9408b2b6f8ce1e03 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Fri, 14 Sep 2012 15:11:33 +0300 Subject: [PATCH] Up version to 4.1.1. Forgot to update the @version in Options class and already pushed the gem into rubygems.org. So no other option than to release a next minor release. --- jsduck.gemspec | 2 +- lib/jsduck/options.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsduck.gemspec b/jsduck.gemspec index 6ad43c060..2a0d3d2e8 100644 --- a/jsduck.gemspec +++ b/jsduck.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = ">= 1.3.5" s.name = 'jsduck' - s.version = '4.1.0' + s.version = '4.1.1' s.date = '2012-09-14' s.summary = "Simple JavaScript Duckumentation generator" s.description = "Documentation generator for Sencha JS frameworks" diff --git a/lib/jsduck/options.rb b/lib/jsduck/options.rb index 285ec94b3..4dcdd9b69 100644 --- a/lib/jsduck/options.rb +++ b/lib/jsduck/options.rb @@ -78,7 +78,7 @@ def initialize @ext4_events = nil @meta_tag_paths = [] - @version = "4.0.1" + @version = "4.1.1" # Customizing output @title = "Documentation - JSDuck"