Skip to content

Commit

Permalink
chore: increase version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbetz committed Feb 26, 2024
1 parent 5b61195 commit 7124b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'at.klausbetz'
version '1.9.0'
version '1.10.0'
java.sourceCompatibility = JavaVersion.VERSION_11

ext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public String[] getCompatibleProviders() {

@Override
public String getId() {
return "apple-user-attribute-mapper";
}
return "apple-user-attribute-mapper";
}
}

0 comments on commit 7124b8f

Please sign in to comment.