Updated homesick version and changelog due to problem with version
number in release.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
#1.1.5
|
||||||
|
* Fixed problem with version number being incorrect.
|
||||||
|
|
||||||
#1.1.4
|
#1.1.4
|
||||||
* Make sure symlink conflicts are explicitly communicated to a user and symlinks are not silently overwritten
|
* Make sure symlink conflicts are explicitly communicated to a user and symlinks are not silently overwritten
|
||||||
* Use real paths of symlinks when linking a castle into home
|
* Use real paths of symlinks when linking a castle into home
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ module Homesick
|
|||||||
module Version
|
module Version
|
||||||
MAJOR = 1
|
MAJOR = 1
|
||||||
MINOR = 1
|
MINOR = 1
|
||||||
PATCH = 4
|
PATCH = 5
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user