Commit bcf309d7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Up version to 4.7.1.

parent 6963f2ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@ Gem::Specification.new do |s|
  s.required_rubygems_version = ">= 1.3.5"

  s.name = 'jsduck'
  s.version = '4.7.0'
  s.date = '2013-03-22'
  s.version = '4.7.1'
  s.date = '2013-03-25'
  s.summary = "Simple JavaScript Duckumentation generator"
  s.description = "Documentation generator for Sencha JS frameworks"
  s.homepage = "https://github.com/senchalabs/jsduck"
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ module JsDuck
      @ext4_events = nil
      @meta_tag_paths = []

      @version = "4.7.0"
      @version = "4.7.1"

      # Customizing output
      @title = "Documentation - JSDuck"