We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2a628 commit d626723Copy full SHA for d626723
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.8.1'
6
- s.date = '2012-03-15'
+ s.version = '3.8.2'
+ s.date = '2012-03-29'
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
@@ -73,7 +73,7 @@ def initialize
73
]
74
@meta_tag_paths = []
75
76
- @version = "3.8.1"
+ @version = "3.8.2"
77
78
# Customizing output
79
@title = "Sencha Docs - Ext JS"
0 commit comments