From b52e67f318794d2c4dde267ad4a540a62ae55b2e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 8 Jun 2017 21:56:39 +0000 Subject: msgthr 1.0.0 - initial (real) release Seems to work... --- GNUmakefile | 2 +- msgthr.gemspec | 2 +- 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 -- cgit v1.2.3-24-ge0c7