Skip to content

Commit 289b8a7

Browse files
committed
The stupidest typo of them all.
Caused me to push out an extra beta release.
1 parent 677ed63 commit 289b8a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsduck.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.required_rubygems_version = ">= 1.3.5"
33

44
s.name = 'jsduck'
5-
s.version = '5.0.0.beta'
5+
s.version = '5.0.0.beta01'
66
s.date = '2013-02-25'
77
s.summary = "Simple JavaScript Duckumentation generator"
88
s.description = "Documentation generator for Sencha JS frameworks"

lib/jsduck/options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def initialize
9191
]
9292
@ext4_events = nil
9393

94-
@version = "5.0.0.beta
94+
@version = "5.0.0.beta01"
9595

9696
# Customizing output
9797
@title = "Documentation - JSDuck"

0 commit comments

Comments
 (0)