Skip to content

Commit af63dd8

Browse files
committed
Up version to 3.11.2
1 parent 8e652e8 commit af63dd8

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 = '3.11.1'
6-
s.date = '2012-07-26'
5+
s.version = '3.11.2'
6+
s.date = '2012-08-07'
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
@@ -77,7 +77,7 @@ def initialize
7777
@ext4_events = nil
7878
@meta_tag_paths = []
7979

80-
@version = "3.11.1"
80+
@version = "3.11.2"
8181

8282
# Customizing output
8383
@title = "Ext JS - Sencha Docs"

0 commit comments

Comments
 (0)