From c47981cb94e6c00d866b22bd886368ad2c94c702 Mon Sep 17 00:00:00 2001 From: nvs Date: Wed, 10 Aug 2016 13:15:00 -0700 Subject: [PATCH] Prepare for `1.2` --- docs/changelog.md | 2 +- src/gem.j | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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