lib/tasks/release.rake in typo-3.99.3 vs lib/tasks/release.rake in typo-3.99.4

- old
+ new

@@ -1,8 +1,8 @@ require 'rake/gempackagetask' require 'rake/contrib/rubyforgepublisher' -PKG_VERSION = "3.99.3" +PKG_VERSION = "3.99.4" PKG_NAME = "typo" PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" RUBY_FORGE_PROJECT = 'typo' RUBY_FORGE_USER = 'scottlaird' RELEASE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"