Skip to content

Commit ddad38c

Browse files
committed
Merge branch 'master' into pre-release
2 parents 30106dc + cccbf58 commit ddad38c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ reported bugs, submitted patches, and provided a lot of useful input.
159159
Changelog
160160
---------
161161

162-
* 2.0.pre3 - Fixes for the previous pre-release.
162+
* 2.0.pre4 - Fixes for the previous pre-release.
163163
* Paging of search results.
164164
* Support opening classes in tree in new tabs in IE and Firefox.
165165
* Include upgraded version of prettifier, fixing formatting in IE.
@@ -171,6 +171,8 @@ Changelog
171171
* Don't exclude static members from singleton classes, simply print
172172
warning about using @static in singleton class.
173173

174+
* 2.0.pre3 - Bogus release, skipped.
175+
174176
* 2.0.pre2 - Fixes for the previous pre-release.
175177
* New --stdout command line option.
176178
* Fix opening links in new tabs.

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.7"
33

44
s.name = 'jsduck'
5-
s.version = '2.0.pre3'
5+
s.version = '2.0.pre4'
66
s.date = '2011-07-15'
77
s.summary = "Simple JavaScript Duckumentation generator"
88
s.description = "Documentation generator for ExtJS 4"

0 commit comments

Comments
 (0)