Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed May 15, 2009
1 parent 3bfacfa commit f241f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== (new)
=== 1.1.0 / 14 May 2009

* Recall previously entered transactions for easy entry of similar events [Jamis Buck]

Expand Down
2 changes: 1 addition & 1 deletion lib/bucket_wise/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BucketWise
module Version
MAJOR = 1
MINOR = 0
MINOR = 1
TINY = 0

STRING = [MAJOR, MINOR, TINY].join(".")
Expand Down

0 comments on commit f241f0e

Please sign in to comment.