summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.txt2
-rw-r--r--tasks/gem.rake2
2 files changed, 2 insertions, 2 deletions
diff --git a/History.txt b/History.txt
index 72e575f..4ecc73b 100644
--- a/History.txt
+++ b/History.txt
@@ -1,4 +1,4 @@
-=== (In Git)
+=== 0.9.2 / 2013-11-14
* Bugfixes:
* Pre-load resolver to avoid Bundler blow up during cross-compilation
diff --git a/tasks/gem.rake b/tasks/gem.rake
index 79eb748..a837834 100644
--- a/tasks/gem.rake
+++ b/tasks/gem.rake
@@ -3,7 +3,7 @@ require 'rubygems/package_task'
GEM_SPEC = Gem::Specification.new do |s|
# basic information
s.name = "rake-compiler"
- s.version = "0.9.1"
+ s.version = "0.9.2"
s.platform = Gem::Platform::RUBY
# description and details