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