Skip to content

Commit

Permalink
Version bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Aug 5, 2011
1 parent 18d0669 commit e9b6e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/quickl/version.rb
Expand Up @@ -2,7 +2,7 @@ module Quickl
module Version

MAJOR = 0
MINOR = 3
MINOR = 4
TINY = 0

def self.to_s
Expand Down
4 changes: 2 additions & 2 deletions quickl.noespec
Expand Up @@ -9,7 +9,7 @@ variables:
upper:
Quickl
version:
0.3.0
0.4.0
summary: |-
Helper to create commandline ruby programs
description: |-
Expand All @@ -29,4 +29,4 @@ variables:
rake_tasks:
unit_test:
libs: ["lib", "examples"]
pattern: "examples/**/test_*.rb"
pattern: "examples/**/test_*.rb"

0 comments on commit e9b6e8b

Please sign in to comment.