about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--local-openid.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 46784d6..6852810 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.4.1.GIT
+DEF_VER=v0.4.2
 
 LF='
 '
diff --git a/local-openid.gemspec b/local-openid.gemspec
index 9c483ed..d42b908 100644
--- a/local-openid.gemspec
+++ b/local-openid.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{local-openid}
-  s.version = (ENV['VERSION'] || '0.4.1').dup
+  s.version = (ENV['VERSION'] || '0.4.2').dup
   s.authors = ["Eric Wong"]
   s.description = File.read('README').split("\n\n")[1]
   s.email = %q{e@80x24.org}