about summary refs log tree commit homepage
path: root/msgthr.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-05-01 20:01:47 +0000
committerEric Wong <e@80x24.org>2018-05-01 20:03:23 +0000
commit0c4cd957bae93ac7bea43bfbd6170b8ba430edcf (patch)
tree0434116639273f95254cecad6e8d3427cce332fd /msgthr.gemspec
parent370d1e01ac9a81c10aa1cc3dea256337f94321c9 (diff)
downloadmsgthr-0c4cd957bae93ac7bea43bfbd6170b8ba430edcf.tar.gz
This release fixes a missing loop check due to References
being out-of-order.  This caused cyclic dependencies leading
to lost message roots.
Diffstat (limited to 'msgthr.gemspec')
-rw-r--r--msgthr.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgthr.gemspec b/msgthr.gemspec
index 517b994..ed043d6 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.2.0'
+  s.version = ENV['VERSION'] || '1.2.1'
   s.authors = ['msgthr hackers']
   s.summary = 'container-agnostic, non-recursive message threading'
   s.description = File.read('README').split(/\n\n/)[1].strip