We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da0598 commit 389a76dCopy full SHA for 389a76d
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.1.0'
+ s.version = '5.2.0'
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
@@ -99,7 +99,7 @@ def initialize
99
]
100
@ext4_events = nil
101
102
- @version = "5.1.0"
+ @version = "5.2.0"
103
# Customizing output
104
@title = "Documentation - JSDuck"
105
@header = "<strong>Documentation</strong> JSDuck"
0 commit comments