We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6178014 commit 56c9405Copy full SHA for 56c9405
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.6.0'
6
- s.date = '2012-02-20'
+ s.version = '3.6.1'
+ s.date = '2012-02-21'
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
@@ -72,7 +72,7 @@ def initialize
72
]
73
@meta_tag_paths = []
74
75
- @version = "3.6.0"
+ @version = "3.6.1"
76
77
# Customizing output
78
@title = "Sencha Docs - Ext JS"
0 commit comments