We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677ed63 commit 289b8a7Copy full SHA for 289b8a7
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.0.0.beta'
+ s.version = '5.0.0.beta01'
6
s.date = '2013-02-25'
7
s.summary = "Simple JavaScript Duckumentation generator"
8
s.description = "Documentation generator for Sencha JS frameworks"
lib/jsduck/options.rb
@@ -91,7 +91,7 @@ def initialize
91
]
92
@ext4_events = nil
93
94
- @version = "5.0.0.beta
+ @version = "5.0.0.beta01"
95
96
# Customizing output
97
@title = "Documentation - JSDuck"
0 commit comments