Skip to content

Commit

Permalink
Update README, version, and release date for version 0.3.0.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
danascheider committed Aug 19, 2015
1 parent 2a9d985 commit f0d277e
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.3.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-08-19'
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 = '3'
PATCH = '0'
PRE = 'alpha1'

Expand Down

0 comments on commit f0d277e

Please sign in to comment.