Skip to content

Commit

Permalink
Up version to 4.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Dec 7, 2012
1 parent 04ec284 commit 06c6b18
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.5.0'
s.date = '2012-12-06'
s.version = '4.5.1'
s.date = '2012-12-07'
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 @@ -90,7 +90,7 @@ def initialize
@ext4_events = nil
@meta_tag_paths = []

@version = "4.5.0"
@version = "4.5.1"

# Customizing output
@title = "Documentation - JSDuck"
Expand Down

0 comments on commit 06c6b18

Please sign in to comment.