We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e375a5f commit a040c4dCopy full SHA for a040c4d
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.3.1'
6
- s.date = '2012-10-24'
+ s.version = '4.3.2'
+ s.date = '2012-10-26'
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
@@ -81,7 +81,7 @@ def initialize
81
@ext4_events = nil
82
@meta_tag_paths = []
83
84
- @version = "4.3.1"
+ @version = "4.3.2"
85
86
# Customizing output
87
@title = "Documentation - JSDuck"
0 commit comments