diff --git a/appveyor.yml b/appveyor.yml index a626c09ea..447cfa9f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.1.{build} +version: 2.2.{build} pull_requests: do_not_increment_build_number: true skip_tags: true diff --git a/pom.xml b/pom.xml index 80a78e580..94549b801 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ cz.habarta.typescript-generator typescript-generator pom - 2.1-SNAPSHOT + 2.2-SNAPSHOT typescript-generator Generates TypeScript declaration file from specified java classes. https://github.com/vojtechhabarta/typescript-generator diff --git a/typescript-generator-core/pom.xml b/typescript-generator-core/pom.xml index 60d7ef68b..a326d5898 100644 --- a/typescript-generator-core/pom.xml +++ b/typescript-generator-core/pom.xml @@ -5,7 +5,7 @@ cz.habarta.typescript-generator typescript-generator - 2.1-SNAPSHOT + 2.2-SNAPSHOT typescript-generator-core diff --git a/typescript-generator-gradle-plugin/pom.xml b/typescript-generator-gradle-plugin/pom.xml index 52c4f44e7..43ade84cb 100644 --- a/typescript-generator-gradle-plugin/pom.xml +++ b/typescript-generator-gradle-plugin/pom.xml @@ -5,7 +5,7 @@ cz.habarta.typescript-generator typescript-generator - 2.1-SNAPSHOT + 2.2-SNAPSHOT typescript-generator-gradle-plugin @@ -40,7 +40,7 @@ cz.habarta.typescript-generator typescript-generator-core - 2.1-SNAPSHOT + 2.2-SNAPSHOT diff --git a/typescript-generator-maven-plugin/pom.xml b/typescript-generator-maven-plugin/pom.xml index 6a8240c49..206662238 100644 --- a/typescript-generator-maven-plugin/pom.xml +++ b/typescript-generator-maven-plugin/pom.xml @@ -5,7 +5,7 @@ cz.habarta.typescript-generator typescript-generator - 2.1-SNAPSHOT + 2.2-SNAPSHOT typescript-generator-maven-plugin @@ -27,7 +27,7 @@ cz.habarta.typescript-generator typescript-generator-core - 2.1-SNAPSHOT + 2.2-SNAPSHOT