We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df78fa3 commit 6643e6dCopy full SHA for 6643e6d
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 = '4.3.0'
+ s.version = '4.3.1'
6
s.date = '2012-10-24'
7
s.summary = "Simple JavaScript Duckumentation generator"
8
s.description = "Documentation generator for Sencha JS frameworks"
lib/jsduck/options.rb
@@ -79,7 +79,7 @@ def initialize
79
@ext4_events = nil
80
@meta_tag_paths = []
81
82
- @version = "4.3.0"
+ @version = "4.3.1"
83
84
# Customizing output
85
@title = "Documentation - JSDuck"
0 commit comments