Skip to content

Commit 74361ec

Browse files
authored
Post-release version bump to 0.101.0. (#1804)
Test: Manually tested. Signed-off-by: David Zeuthen <zeuthen@google.com>
1 parent 7c0988b commit 74361ec

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.101.0] - Expected September 2026
9+
Significant changes since Multipaz 0.100.0 include:
10+
- [To be written]
11+
812
## [0.100.0] - 2026-07-08
913
Significant changes since Multipaz 0.99.0 include:
1014

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ let package = Package(
1212
targets: [
1313
.binaryTarget(
1414
name: "Multipaz",
15-
url: "https://apps.multipaz.org/xcf/Multipaz-0.100.0.xcframework.zip",
16-
checksum:"6098070b02dfe416f27146b9ca43d7867182caf93d5f872aaf560c1af9764452"
15+
path: "xcframework/build/XCFrameworks/release/Multipaz.xcframework"
1716
)
1817
]
1918
)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ val projectVersionCode: Int by extra {
3636
// following the release should bump it to the next version number.
3737
//
3838
val projectVersionLast = "0.100.0"
39-
val projectVersionNext = ""
39+
val projectVersionNext = "0.101.0"
4040

4141
private fun runCommand(args: List<String>): String {
4242
val stdout = ByteArrayOutputStream()

0 commit comments

Comments
 (0)