We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b782b4e commit cba534dCopy full SHA for cba534d
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.8.3'
+ s.version = '3.8.4'
6
s.date = '2012-04-05'
7
s.summary = "Simple JavaScript Duckumentation generator"
8
s.description = "Documentation generator for Sencha JS frameworks"
lib/jsduck/options.rb
@@ -73,7 +73,7 @@ def initialize
73
]
74
@meta_tag_paths = []
75
76
- @version = "3.8.3"
+ @version = "3.8.4"
77
78
# Customizing output
79
@title = "Sencha Docs - Ext JS"
0 commit comments