summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorKouhei Sutou <kou@clear-code.com>2016-06-21 01:22:15 +0900
committerKouhei Sutou <kou@clear-code.com>2016-06-21 01:22:15 +0900
commit4c231dc12b2daf3463eb30e978df3fa80e761d69 (patch)
tree6e309663310558de7b3d282fd8e02b5c34d01248 /tasks
parent46b747013b12561e33be6827d51deab376a5b458 (diff)
downloadrake-compiler-4c231dc12b2daf3463eb30e978df3fa80e761d69.tar.gz
Bump version
Diffstat (limited to 'tasks')
-rw-r--r--tasks/gem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/gem.rake b/tasks/gem.rake
index 1bd2bcc..12b6c5a 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 = "1.0.0"
+ s.version = "1.0.1"
s.platform = Gem::Platform::RUBY
# description and details