diff --git a/docs/changelog.md b/docs/changelog.md index 0f2f7e6..01bb465 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ This file presents a list of changes from the perspective of the player. -## 1.2 - Unreleased +## 1.2 - 2016-08-10 ### Changed - Slates can now be repaired. diff --git a/src/gem.j b/src/gem.j index 9280687..1075ee5 100644 --- a/src/gem.j +++ b/src/gem.j @@ -5,7 +5,7 @@ globals constant string Gem__NAME = "Gem TD+" constant string Gem__NAME_FULL = "Gem Tower Defense Plus" - constant string Gem__VERSION = "1.2-rc.1" + constant string Gem__VERSION = "1.2" constant string Gem__NAME_VERSION = Gem__NAME + " " + Gem__VERSION