Commit 7e42ac49 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

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.
parent 718519a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ module JsDuck
      @ext4_events = nil
      @meta_tag_paths = []

      @version = "4.0.1"
      @version = "4.1.1"

      # Customizing output
      @title = "Documentation - JSDuck"