lib/tasks/release.rake in typo-5.1 vs lib/tasks/release.rake in typo-5.1.1
- old
+ new
@@ -1,8 +1,8 @@
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'
-PKG_VERSION = "5.1"
+PKG_VERSION = "5.1.1"
PKG_NAME = "typo"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
RUBY_FORGE_PROJECT = 'typo'
RUBY_FORGE_USER = 'fdevillamil'
RELEASE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"