diff --git a/.gitignore b/.gitignore index a457ff1..9bfb7ea 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ .idea .gradle *.iml +out/ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* diff --git a/build.gradle b/build.gradle index 6777cff..b6809d1 100755 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'com.github.kt3k.coveralls' group = 'no.saua.remock' sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = '0.6.0' +version = '0.7.0-SNAPSHOT' repositories { mavenCentral()