Prepare release 1.1.0 (#137)
diff --git a/MODULE.bazel b/MODULE.bazel
index a212f22..16b938f 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "platforms",
- version = "1.0.0", # keep in sync with version.bzl
+ version = "1.1.0", # keep in sync with version.bzl
compatibility_level = 1,
)
diff --git a/version.bzl b/version.bzl
index 67dcda1..1b3da10 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazelbuild/platforms."""
-version = "1.0.0"
+version = "1.1.0"