Skip to content

Commit

Permalink
version bump -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igneus committed Sep 2, 2017
1 parent a0c7040 commit 9d77b2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calendarium-romanum-remote.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require_relative 'lib/calendarium-romanum/remote/version'
Gem::Specification.new do |s|
s.name = 'calendarium-romanum-remote'
s.version = CalendariumRomanum::Remote::VERSION
s.date = '0000-01-01'
s.date = CalendariumRomanum::Remote::RELEASE_DATE.to_s
s.summary = 'remote calendar extension for calendarium-romanum'

s.description = 'obtains calendar data from an API'
Expand Down
3 changes: 2 additions & 1 deletion lib/calendarium-romanum/remote/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module CalendariumRomanum
module Remote
VERSION = '0.0.0'
VERSION = '0.1.0'
RELEASE_DATE = Date.new(2017, 9, 2)
end
end

0 comments on commit 9d77b2d

Please sign in to comment.