We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d179fad commit 7ed906bCopy full SHA for 7ed906b
jsduck.gemspec
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
s.required_rubygems_version = ">= 1.3.5"
3
4
s.name = 'jsduck'
5
- s.version = '3.2.0'
+ s.version = '3.2.1'
6
s.date = '2011-12-07'
7
s.summary = "Simple JavaScript Duckumentation generator"
8
s.description = "Documentation generator for Sencha JS frameworks"
lib/jsduck/options.rb
@@ -71,7 +71,7 @@ def initialize
71
]
72
@meta_tag_paths = []
73
74
- @version = "3.2.0"
+ @version = "3.2.1"
75
76
# Customizing output
77
@title = "Sencha Docs - Ext JS"
0 commit comments