about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-06-08 23:55:37 +0000
committerEric Wong <e@80x24.org>2017-06-08 23:55:37 +0000
commitffd573d913751ee5f6fee44ab7f2f9295f3c0495 (patch)
tree7ea8b2a7b0d2a2dbbb4f47316943fa62bd6200b4
parent1b633959b1153b40ff8fcddd8430e0c6b0e9574b (diff)
downloadmsgthr-1.0.1.tar.gz
-rw-r--r--GNUmakefile2
-rw-r--r--msgthr.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 220d4e1..dbc02f4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@ all::
 pkg = msgthr
 RUBY = ruby
 lib := lib
-VERSION := 1.0.0
+VERSION := 1.0.1
 RSYNC_DEST := 80x24.org:/srv/80x24/msgthr/
 
 RSYNC = rsync
diff --git a/msgthr.gemspec b/msgthr.gemspec
index bfe3711..810af92 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'] || '1.0.0'
+  s.version = ENV['VERSION'] || '1.0.1'
   s.authors = ['msgthr hackers']
   s.summary = 'container-agnostic, non-recursive message threading'
   s.description = File.read('README').split(/\n\n/)[1].strip