Skip to content

Commit d0b851d

Browse files
committed
Up version to 3.10.3
1 parent 0c30750 commit d0b851d

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 = '3.10.2'
5+
s.version = '3.10.3'
66
s.date = '2012-05-14'
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
@@ -75,7 +75,7 @@ def initialize
7575
]
7676
@meta_tag_paths = []
7777

78-
@version = "3.10.2"
78+
@version = "3.10.3"
7979

8080
# Customizing output
8181
@title = "Sencha Docs - Ext JS"

0 commit comments

Comments
 (0)