From 5542944d24cfa334c152e8e93817dcbf43f17012 Mon Sep 17 00:00:00 2001 From: Joel Courtney Date: Tue, 14 Jun 2016 15:03:05 +1000 Subject: [PATCH] Gemfile version updates --- aemo.gemspec | 2 +- lib/aemo/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aemo.gemspec b/aemo.gemspec index f4e2919..3f79a68 100644 --- a/aemo.gemspec +++ b/aemo.gemspec @@ -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'] diff --git a/lib/aemo/version.rb b/lib/aemo/version.rb index 085cc6f..16f2445 100644 --- a/lib/aemo/version.rb +++ b/lib/aemo/version.rb @@ -22,7 +22,7 @@ # @author Joel Courtney 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)