We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9ec45 commit a0eb24fCopy full SHA for a0eb24f
jsduck.gemspec
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
2
s.required_rubygems_version = ">= 1.3.5"
3
4
s.name = 'jsduck'
5
- s.version = '3.11.0'
6
- s.date = '2012-06-05'
+ s.version = '3.11.1'
+ s.date = '2012-07-26'
7
s.summary = "Simple JavaScript Duckumentation generator"
8
s.description = "Documentation generator for Sencha JS frameworks"
9
s.homepage = "https://github.com/senchalabs/jsduck"
lib/jsduck/options.rb
@@ -75,7 +75,7 @@ def initialize
75
]
76
@meta_tag_paths = []
77
78
- @version = "3.11.0"
+ @version = "3.11.1"
79
80
# Customizing output
81
@title = "Ext JS - Sencha Docs"
0 commit comments