Skip to content

Commit

Permalink
Gemfile version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz committed Jun 14, 2016
1 parent de7ee9e commit 5542944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aemo.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'aemo'
s.version = AEMO::VERSION
s.platform = Gem::Platform::RUBY
s.date = '2016-05-24'
s.date = '2016-06-14'
s.summary = 'Gem providing functionality for the Australian Energy Market Operator data'
s.description = 'Gem providing functionality for the Australian Energy Market Operator data. Supports NMIs, NEM12, MSATS Web Services and more'
s.authors = ['Joel Courtney', 'Stuart Auld']
Expand Down
2 changes: 1 addition & 1 deletion lib/aemo/version.rb
Expand Up @@ -22,7 +22,7 @@
# @author Joel Courtney <euphemize@gmail.com>
module AEMO
# aemo version
VERSION = '0.1.29'.freeze
VERSION = '0.1.30'.freeze

# aemo version split amongst different revisions
MAJOR_VERSION, MINOR_VERSION, REVISION = VERSION.split('.').map(&:to_i)
Expand Down

0 comments on commit 5542944

Please sign in to comment.