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)