mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
Update version and changelog
This commit is contained in:
parent
56abe4c340
commit
a92774cc35
@ -1,3 +1,11 @@
|
||||
## v2.0.1
|
||||
|
||||
* Update homepage to new location.
|
||||
|
||||
## v2.0.0
|
||||
|
||||
* Remove dependency on supermodel for tests.
|
||||
|
||||
## v1.2.0
|
||||
|
||||
* Added ability to substitute hyphen delimiter.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
slugtastic (2.0.0)
|
||||
slugtastic (2.0.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module Slugtastic
|
||||
VERSION = "2.0.0".freeze
|
||||
VERSION = "2.0.1".freeze
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user