Skip to content

Commit

Permalink
bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Jan 17, 2023
1 parent 73574bb commit 2301b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Version 2.1.1 (released 2023-01-17)
* Version 2.2.0 (released 2023-01-17)
** core module:
*** Added a public class containing YubiKey smartcard application ids (core.smartcard.AppId)
** android module:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
}

subprojects {
version = '2.1.1'
version = '2.2.0'
ext.pomName = "Yubico YubiKit ${project.name.capitalize()}"

apply plugin: 'com.github.spotbugs'
Expand Down

0 comments on commit 2301b92

Please sign in to comment.