Skip to content

Commit

Permalink
increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
René Pirringer committed Sep 30, 2021
1 parent f60af18 commit f712e14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.21.0 (30.9.2021)
# 0.21.0 (Sep 30, 2021)

Changes
* Added support for xcframeworks when using carthage
Expand All @@ -8,7 +8,9 @@ Changes
* Change that app extensions gets only the keychain-access-group of the main bundle set.
* Updated appstore upload task so that it works with Xcode13

# 0.20.1 (2. Dec, 2020)
# 0.21.0 (Jun 28, 2021)

# 0.20.1 (Dec 2, 2020)

Changes
* Added notarize task for notarizing macOS applications
Expand All @@ -17,7 +19,7 @@ Changes
* Added support for skipped tests, that they are not shown as failures.
* Added carthage archive task, so that a binary framework can be build.

# 0.20.0 (2 June, 2020)
# 0.20.0 (June 2, 2020)

Changes
* Added 'COMPILER_INDEX_STORE_ENABLE=NO' to disable indexing during build to speed up the 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.0"
def versionNumber = "0.21.1"

if (project.hasProperty("versionNumber")) {
versionNumber = project.versionNumber
Expand Down

0 comments on commit f712e14

Please sign in to comment.