Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Jan 16, 2023
1 parent 7686439 commit a531602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pluginManagement {

// build.gradle.kts
plugins {
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.0"
id("io.github.luca992.multiplatform-swiftpackage") version "2.1.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
signing
}

version = "2.1.0"
version = "2.1.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit a531602

Please sign in to comment.