1
0
mirror of https://github.com/danbee/slugtastic synced 2025-03-04 08:49:05 +00:00

Version to 0.2.1 for release.

This commit is contained in:
Dan Barber 2012-08-18 16:03:49 +01:00
parent 44d9f806cb
commit 2428d45851
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## v0.2.1
* Added basic transliteration with IConv.
## v0.2.0
* Rebuild of gem using bundler.

View File

@ -1,3 +1,3 @@
module Slugtastic
VERSION = "0.2.0"
VERSION = "0.2.1"
end