Skip to content

Commit ac86f13

Browse files
committed
Up version to 5.0.1.
1 parent cc75e53 commit ac86f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsduck.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
22
s.required_rubygems_version = ">= 1.3.5"
33

44
s.name = 'jsduck'
5-
s.version = '5.0.0'
5+
s.version = '5.0.1'
66
s.date = Time.new.strftime('%Y-%m-%d')
77
s.summary = "Simple JavaScript Duckumentation generator"
88
s.description = "Documentation generator for Sencha JS frameworks"

lib/jsduck/options.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def initialize
9494
]
9595
@ext4_events = nil
9696

97-
@version = "5.0.0"
97+
@version = "5.0.1"
9898
# Customizing output
9999
@title = "Documentation - JSDuck"
100100
@header = "<strong>Documentation</strong> JSDuck"

0 commit comments

Comments
 (0)