Prepare for release of new version
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
#1.1.6
|
||||||
|
* Makesure the FileUtils is imported correctly to avoid a potential error
|
||||||
|
* Fixes an issue where comparing a diff would not use the content of the new file
|
||||||
|
* Small documentation fixes
|
||||||
|
|
||||||
# 1.1.5
|
# 1.1.5
|
||||||
* Fixed problem with version number being incorrect.
|
* Fixed problem with version number being incorrect.
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ module Homesick
|
|||||||
module Version
|
module Version
|
||||||
MAJOR = 1
|
MAJOR = 1
|
||||||
MINOR = 1
|
MINOR = 1
|
||||||
PATCH = 5
|
PATCH = 6
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user