Skip to content

Commit

Permalink
Up version to 4.0.beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Aug 1, 2012
1 parent fecde35 commit 5871ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jsduck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.5"

s.name = 'jsduck'
s.version = '4.0.beta'
s.date = '2012-06-27'
s.version = '4.0.beta2'
s.date = '2012-08-01'
s.summary = "Simple JavaScript Duckumentation generator"
s.description = "Documentation generator for Sencha JS frameworks"
s.homepage = "https://github.com/senchalabs/jsduck"
Expand Down
2 changes: 1 addition & 1 deletion lib/jsduck/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def initialize
]
@meta_tag_paths = []

@version = "4.0.beta"
@version = "4.0.beta2"

# Customizing output
@title = "Ext JS - Sencha Docs"
Expand Down

0 comments on commit 5871ad4

Please sign in to comment.