diff --git a/CHANGES.md b/CHANGES.md index 815ef39..0ada2c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +#### Version: 1.3 + #### Version: 1.2 - Added MIPS II instruction set (including FPU instructions) diff --git a/build.gradle b/build.gradle index 1a09023..54127d8 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group 'com.kotcrab.kmips' -version '1.2-SNAPSHOT' +version '1.3-SNAPSHOT' apply plugin: 'kotlin' apply from: 'deploy.gradle'