Skip to content

Commit

Permalink
Update version, release date, and README
Browse files Browse the repository at this point in the history
  • Loading branch information
danascheider committed Jul 31, 2015
1 parent 2f28422 commit 735383e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ While contributions are welcome and appreciated, I ask contributors to keep in m

=== Versioning

Version 0.1.0.alpha1; no stable release available.
Version 0.2.0.alpha1; no stable release available.
2 changes: 1 addition & 1 deletion tessitura.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|

s.name = 'tessitura'
s.version = TessituraPackage::Version::STRING
s.date = '2015-07-20'
s.date = '2015-07-31'
s.summary = 'Tessitura task management for opera singers'
s.authors = ['Dana Scheider']

Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def self.gem_version

module Version
MAJOR = '0'
MINOR = '1'
MINOR = '2'
PATCH = '0'
PRE = 'alpha1'

Expand Down

0 comments on commit 735383e

Please sign in to comment.