Skip to content

Commit

Permalink
chore: Attempt a version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam committed Sep 14, 2024
1 parent 5a07861 commit f767e50
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FlutterMockzilla": "1.0.0",
"mockzilla-management-ui": "1.0.3",
"mockzilla": "2.0.0",
"mockzilla-common": "2.0.0",
"mockzilla-management": "2.0.0"
"mockzilla": "2.0.1",
"mockzilla-common": "2.0.1",
"mockzilla-management": "2.0.1"
}
2 changes: 1 addition & 1 deletion mockzilla-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

kotlin {
// Managed automatically by release-please PRs
version = project.injectedVersion() ?: "2.0.0" // x-release-please-version
version = project.injectedVersion() ?: "2.0.1" // x-release-please-version
androidTarget {
publishAllLibraryVariants()
}
Expand Down
2 changes: 1 addition & 1 deletion mockzilla-management/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

kotlin {
// Managed automatically by release-please PRs
version = project.injectedVersion() ?: "2.0.0" // x-release-please-version
version = project.injectedVersion() ?: "2.0.1" // x-release-please-version

jvm {
withJava()
Expand Down
2 changes: 1 addition & 1 deletion mockzilla/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
}

// Managed automatically by release-please PRs
version = project.injectedVersion() ?: "2.0.0" // x-release-please-version
version = project.injectedVersion() ?: "2.0.1" // x-release-please-version

val xcf = XCFramework()
listOf(
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"release-type": "simple",
"packages": {
"mockzilla": {
"release-as": "2.0.0",
"component": "mockzilla",
"extra-files": ["build.gradle.kts"]
},
Expand Down

0 comments on commit f767e50

Please sign in to comment.