From cccbf58f93192167c3e90b052538bd1c144440fe Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Fri, 15 Jul 2011 12:42:13 +0300 Subject: [PATCH] Skip 2.0.pre3 release, jump to 2.0.pre4. Mistakenly pushed half-finished gem to RubyGems. Deleted it from there, but RubyGems doesn't allow pushing a previously pushed version up again. --- README.md | 4 +++- jsduck.gemspec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64507a8bc..a4aa891a8 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ reported bugs, submitted patches, and provided a lot of useful input. Changelog --------- -* 2.0.pre3 - Fixes for the previous pre-release. +* 2.0.pre4 - Fixes for the previous pre-release. * Paging of search results. * Support opening classes in tree in new tabs in IE and Firefox. * Include upgraded version of prettifier, fixing formatting in IE. @@ -171,6 +171,8 @@ Changelog * Don't exclude static members from singleton classes, simply print warning about using @static in singleton class. +* 2.0.pre3 - Bogus release, skipped. + * 2.0.pre2 - Fixes for the previous pre-release. * New --stdout command line option. * Fix opening links in new tabs. diff --git a/jsduck.gemspec b/jsduck.gemspec index b576c776e..8ef795258 100644 --- a/jsduck.gemspec +++ b/jsduck.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = ">= 1.3.7" s.name = 'jsduck' - s.version = '2.0.pre3' + s.version = '2.0.pre4' s.date = '2011-07-15' s.summary = "Simple JavaScript Duckumentation generator" s.description = "Documentation generator for ExtJS 4"