We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4deaa1 commit 0b571eaCopy full SHA for 0b571ea
jsduck.gemspec
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
s.required_rubygems_version = ">= 1.3.5"
3
4
s.name = 'jsduck'
5
- s.version = '4.10.1'
+ s.version = '4.10.2'
6
s.date = Time.new.strftime('%Y-%m-%d')
7
s.summary = "Simple JavaScript Duckumentation generator"
8
s.description = "Documentation generator for Sencha JS frameworks"
lib/jsduck/options.rb
@@ -94,7 +94,7 @@ def initialize
94
@ext4_events = nil
95
@meta_tag_paths = []
96
97
- @version = "4.10.1"
+ @version = "4.10.2"
98
99
# Customizing output
100
@title = "Documentation - JSDuck"
0 commit comments