aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lange <klange@yelp.com>2013-05-20 16:51:29 -0700
committerKevin Lange <klange@yelp.com>2013-05-20 16:51:29 -0700
commit89c5bc80e8051340bb10219af4c3afe02731e8cd (patch)
treeed783149f780f4d6c3a34df115b910ca0a9644e9
parentfca462d02b8e6a366b4080843d9e23d23fc510f5 (diff)
downloadnyancat-89c5bc80e8051340bb10219af4c3afe02731e8cd.tar.gz
Version bump
-rw-r--r--CHANGELOG5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 56973f3..a046b0f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+1.2 (marked on 2013-05-20)
+ * Remove toaruos legacy support
+ * May possibly have fixed misidentification on GitHub
+ * Other minor fixes
+
1.1 (tagged on 2013-01-28)
* Support the Suckless terminal
* Support building for とあるOS
diff --git a/Makefile b/Makefile
index 291623f..d961d71 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
package = nyancat
-version = 1.1
+version = 1.2
tarname = $(package)
distdir = $(tarname)-$(version)