We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84489b9 commit d48c2e4Copy full SHA for d48c2e4
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 = '4.6.2'
6
- s.date = '2013-02-25'
+ s.version = '4.7.0'
+ s.date = '2013-03-22'
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
@@ -92,7 +92,7 @@ def initialize
92
@ext4_events = nil
93
@meta_tag_paths = []
94
95
- @version = "4.6.2"
+ @version = "4.7.0"
96
97
# Customizing output
98
@title = "Documentation - JSDuck"
0 commit comments