about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-06-08 21:56:39 +0000
committerEric Wong <e@80x24.org>2017-06-08 21:56:39 +0000
commitb52e67f318794d2c4dde267ad4a540a62ae55b2e (patch)
tree1ef2068271cbe27250c3e73ab068516823464b0f
parent18c001fec61daa1413cdc35af4a14266979cc4b5 (diff)
downloadmsgthr-b52e67f318794d2c4dde267ad4a540a62ae55b2e.tar.gz
Seems to work...
-rw-r--r--GNUmakefile2
-rw-r--r--msgthr.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 49ab677..6a43f04 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@ all::
 pkg = msgthr
 RUBY = ruby
 lib := lib
-VERSION := 0.0.0
+VERSION := 1.0.0
 
 all:: test
 test_units := $(wildcard test/test_*.rb)
diff --git a/msgthr.gemspec b/msgthr.gemspec
index ab0cd74..bfe3711 100644
--- a/msgthr.gemspec
+++ b/msgthr.gemspec
@@ -4,7 +4,7 @@
 Gem::Specification.new do |s|
   manifest = File.read('.manifest').split(/\n/)
   s.name = %q{msgthr}
-  s.version = ENV['VERSION'] || '0.0.0'
+  s.version = ENV['VERSION'] || '1.0.0'
   s.authors = ['msgthr hackers']
   s.summary = 'container-agnostic, non-recursive message threading'
   s.description = File.read('README').split(/\n\n/)[1].strip