bump to 1.4.2

This commit is contained in:
Corey Donohoe
2012-04-25 20:43:39 +02:00
parent 198dc8a8e2
commit 833953d658
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'
s.name = 'gollum'
s.version = '1.4.1'
s.date = '2012-04-10'
s.version = '1.4.2'
s.date = '2012-04-25'
s.rubyforge_project = 'gollum'
s.summary = "A simple, Git-powered wiki."
+1 -1
View File
@@ -21,7 +21,7 @@ require File.expand_path('../gollum/tex', __FILE__)
require File.expand_path('../gollum/web_sequence_diagram', __FILE__)
module Gollum
VERSION = '1.4.1'
VERSION = '1.4.2'
class Error < StandardError; end