We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739adf8 commit a3be786Copy full SHA for a3be786
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 = '5.3.2'
+ s.version = '5.3.3'
6
s.date = Time.new.strftime('%Y-%m-%d')
7
s.summary = "Simple JavaScript Duckumentation generator"
8
s.description = "Documentation generator for Sencha JS frameworks"
lib/jsduck/options.rb
@@ -102,7 +102,7 @@ def initialize
102
]
103
@ext4_events = nil
104
105
- @version = "5.3.2"
+ @version = "5.3.3"
106
# Customizing output
107
@title = "Documentation - JSDuck"
108
@header = "<strong>Documentation</strong> JSDuck"
0 commit comments