Skip to content

Commit

Permalink
version bump in build files and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Oct 30, 2023
1 parent 0813f3f commit bb149bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
* Initial pretty-printing of ASN.1 Strucutres
* Massive ASN.1 builder DSL streamlining
* More convenient explicit tagging

### NEXT
2 changes: 1 addition & 1 deletion datatypes-cose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("at.asitplus.gradle.conventions")
}

version = "1.0-SNAPSHOT"
version = "2.1.0-SNAPSHOT"

exportIosFramework("KmpCryptoCose", serialization("cbor"), datetime(), project(":datatypes"))
kotlin {
Expand Down
2 changes: 1 addition & 1 deletion datatypes-jws/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("at.asitplus.gradle.conventions")
}

version = "2.0.0"
version = "2.1.0-SNAPSHOT"

exportIosFramework("KmpCryptoJws", serialization("json"), datetime(), project(":datatypes"))
kotlin {
Expand Down
2 changes: 1 addition & 1 deletion datatypes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("at.asitplus.gradle.conventions")
}

version = "2.0.0"
version = "2.1.0-SNAPSHOT"


exportIosFramework("KmpCrypto", serialization("json"),datetime())
Expand Down

0 comments on commit bb149bd

Please sign in to comment.