Skip to content

Commit 6404063

Browse files
committed
Up version to 4.6.0.
1 parent 0dc7335 commit 6404063

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsduck.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
22
s.required_rubygems_version = ">= 1.3.5"
33

44
s.name = 'jsduck'
5-
s.version = '4.5.1'
6-
s.date = '2012-12-07'
5+
s.version = '4.6.0'
6+
s.date = '2013-01-09'
77
s.summary = "Simple JavaScript Duckumentation generator"
88
s.description = "Documentation generator for Sencha JS frameworks"
99
s.homepage = "https://github.com/senchalabs/jsduck"

lib/jsduck/options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def initialize
9191
@ext4_events = nil
9292
@meta_tag_paths = []
9393

94-
@version = "4.5.1"
94+
@version = "4.6.0"
9595

9696
# Customizing output
9797
@title = "Documentation - JSDuck"

0 commit comments

Comments
 (0)