Updated homesick version and changelog due to problem with version

number in release.
This commit is contained in:
Jeremy Cook
2017-03-23 08:34:47 -04:00
parent 79421580e9
commit 4923265dea
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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