Skip to content

Commit

Permalink
Bump to 0.1.3. for release. Closes #28.
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicPair committed Jan 15, 2014
1 parent 2d14740 commit 74f0e7f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
=== 0.1.3 / 2014-01-15

* Resolve all outstanding bug reports in the issue tracker.
* Add support for the current Android API levels.
* Cleanup readme documentation formatting and update requirements,
JRuby/Mirah combination compatibility, and usage information.
* Drop support for both JRuby 1.6.8 and Mirah 0.0.12.
* Bump minimum version requirements to JRuby 1.7.3 and Mirah 0.1.0.

=== 0.1.2 / 2011-06-06

* Silence Rake deprecation warnings.
Expand Down
2 changes: 1 addition & 1 deletion lib/pindah.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class << self
include Rake::DSL
end

VERSION = '0.1.3.dev'
VERSION = '0.1.3'

def self.infer_sdk_location(path)
return ENV["ANDROID_HOME"] unless ENV["ANDROID_HOME"].nil?
Expand Down
2 changes: 1 addition & 1 deletion pindah.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{pindah}
s.version = "0.1.3.dev"
s.version = "0.1.3"
s.date = Time.now.strftime("%Y-%m-%d")
s.authors = [%q{Phil Hagelberg, Brendan Ribera, Adam Parrott}]
s.email = [%q{[email protected], [email protected], [email protected]}]
Expand Down

0 comments on commit 74f0e7f

Please sign in to comment.