Skip to content

Commit

Permalink
Up version to 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Aug 11, 2013
1 parent 335a9f5 commit 9e567b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsduck.gemspec
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.5"

s.name = 'jsduck'
s.version = '5.0.1'
s.version = '5.1.0'
s.date = Time.new.strftime('%Y-%m-%d')
s.summary = "Simple JavaScript Duckumentation generator"
s.description = "Documentation generator for Sencha JS frameworks"
Expand Down
2 changes: 1 addition & 1 deletion lib/jsduck/options.rb
Expand Up @@ -98,7 +98,7 @@ def initialize
]
@ext4_events = nil

@version = "5.0.1"
@version = "5.1.0"
# Customizing output
@title = "Documentation - JSDuck"
@header = "<strong>Documentation</strong> JSDuck"
Expand Down

0 comments on commit 9e567b6

Please sign in to comment.