Skip to content

Commit

Permalink
increased version to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renep committed Apr 8, 2022
1 parent 49e7f18 commit 2333be0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ apply plugin: "org.openbakery.xcode-plugin"

When using the [openbakery.org](https://openbakery.org) repository you can also get the latest develop version by including `develop` into the version pattern. e.g.:
```
classpath "org.openbakery:xcode-plugin:0.21.0.develop.+"
classpath "org.openbakery:xcode-plugin:0.22.0.develop.+"
```

The develop version contains all the changes from the develop branch, where all the fixes and feature are implemented. The development version is deployed automatically when all the projects unit tests are successful, and also the if the example projects build.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ allprojects {
apply plugin: 'java-gradle-plugin'
apply plugin: 'groovy'

def versionNumber = "0.21.2"
def versionNumber = "0.22.1"

if (project.hasProperty("versionNumber")) {
versionNumber = project.versionNumber
Expand Down
2 changes: 1 addition & 1 deletion example/OSX/Echo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.openbakery:xcode-plugin:0.21.+"
classpath "org.openbakery:xcode-plugin:0.22.+"
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/OSX/ExampleOSX/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.openbakery:xcode-plugin:0.21.+"
classpath "org.openbakery:xcode-plugin:0.22.+"
}
}
apply plugin: 'org.openbakery.xcode-plugin'
Expand Down
2 changes: 1 addition & 1 deletion example/iOS/Example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
}

dependencies {
classpath "org.openbakery:xcode-plugin:0.21.+"
classpath "org.openbakery:xcode-plugin:0.22.+"
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/iOS/SwiftExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
}

dependencies {
classpath "org.openbakery:xcode-plugin:0.21.+"
classpath "org.openbakery:xcode-plugin:0.22.+"
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/tvOS/Example_tvOS_Swift/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.openbakery:xcode-plugin:0.21.+"
classpath "org.openbakery:xcode-plugin:0.22.+"
}
}

Expand Down

0 comments on commit 2333be0

Please sign in to comment.