Skip to content

Commit 7ed906b

Browse files
committed
Up version to 3.2.1.
Somehow the 3.2.0 version already existed in rubygems.org but was dysfunctional.
1 parent d179fad commit 7ed906b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsduck.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.required_rubygems_version = ">= 1.3.5"
33

44
s.name = 'jsduck'
5-
s.version = '3.2.0'
5+
s.version = '3.2.1'
66
s.date = '2011-12-07'
77
s.summary = "Simple JavaScript Duckumentation generator"
88
s.description = "Documentation generator for Sencha JS frameworks"

lib/jsduck/options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def initialize
7171
]
7272
@meta_tag_paths = []
7373

74-
@version = "3.2.0"
74+
@version = "3.2.1"
7575

7676
# Customizing output
7777
@title = "Sencha Docs - Ext JS"

0 commit comments

Comments
 (0)