We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d115417 commit f268e26Copy full SHA for f268e26
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.10.3'
6
- s.date = '2012-05-14'
+ s.version = '3.10.4'
+ s.date = '2012-05-16'
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.10.3"
+ @version = "3.10.4"
79
80
# Customizing output
81
@title = "Sencha Docs - Ext JS"
0 commit comments