jsduck 4.10.2 → 4.10.3

Sign up to get free protection for your applications and to get access to all the features.
data/jsduck.gemspec CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.required_rubygems_version = ">= 1.3.5"
3
3
 
4
4
  s.name = 'jsduck'
5
- s.version = '4.10.2'
5
+ s.version = '4.10.3'
6
6
  s.date = Time.new.strftime('%Y-%m-%d')
7
7
  s.summary = "Simple JavaScript Duckumentation generator"
8
8
  s.description = "Documentation generator for Sencha JS frameworks"
@@ -94,7 +94,7 @@ module JsDuck
94
94
  @ext4_events = nil
95
95
  @meta_tag_paths = []
96
96
 
97
- @version = "4.10.2"
97
+ @version = "4.10.3"
98
98
 
99
99
  # Customizing output
100
100
  @title = "Documentation - JSDuck"