Commit 289b8a72 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

The stupidest typo of them all.

Caused me to push out an extra beta release.
parent 677ed63d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
  s.required_rubygems_version = ">= 1.3.5"

  s.name = 'jsduck'
  s.version = '5.0.0.beta'
  s.version = '5.0.0.beta01'
  s.date = '2013-02-25'
  s.summary = "Simple JavaScript Duckumentation generator"
  s.description = "Documentation generator for Sencha JS frameworks"
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ module JsDuck
      ]
      @ext4_events = nil

      @version = "5.0.0.beta
      @version = "5.0.0.beta01"

      # Customizing output
      @title = "Documentation - JSDuck"