Skip to content

Commit a0470b2

Browse files
chore: bump version to 0.7.2 (#189)
Prepares the v0.7.2 patch release with version-string files only, per docs/RELEASE.md. Release notes remain out of tree and the changelog is included in the PR description. Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Jatin K Malik <jatinkrmalik@users.noreply.github.com>
1 parent b2811d0 commit a0470b2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# 3. Code signs — Developer ID if CODE_SIGN_IDENTITY is set, ad-hoc otherwise
99
#
1010
# Environment variables:
11-
# APP_VERSION — Version string to embed in Info.plist. Defaults to 0.7.1.
12-
# Set by CI for nightly builds (e.g., 0.7.1-nightly.20260512+abc1234).
11+
# APP_VERSION — Version string to embed in Info.plist. Defaults to 0.7.2.
12+
# Set by CI for nightly builds (e.g., 0.7.2-nightly.20260512+abc1234).
1313
# CODE_SIGN_IDENTITY — Signing identity to use. Defaults to auto-detect
1414
# Developer ID Application in the login keychain.
1515
# Set to "-" to force ad-hoc signing.
@@ -29,7 +29,7 @@ BUNDLE_ID="com.vocamac.app"
2929
APP_NAME="VocaMac"
3030
APP_DIR="${APP_NAME}.app"
3131
ENTITLEMENTS="VocaMac.entitlements"
32-
APP_VERSION="${APP_VERSION:-0.7.1}"
32+
APP_VERSION="${APP_VERSION:-0.7.2}"
3333

3434
# Resolve signing identity:
3535
# 1. Use CODE_SIGN_IDENTITY env var if set

web/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"Open source (AGPL-3.0 license)"
4040
],
4141
"screenshot": "https://vocamac.com/og-image.png",
42-
"softwareVersion": "0.7.1",
42+
"softwareVersion": "0.7.2",
4343
"softwareRequirements": "macOS 13 (Ventura) or later, Apple Silicon (M1 or later), 8 GB RAM minimum"
4444
}
4545
</script>
@@ -52,7 +52,7 @@
5252
<div class="hero__content">
5353
<div class="hero__badges">
5454
<span class="badge badge--beta">BETA RELEASE</span>
55-
<span class="badge badge--outline" id="version-badge">v0.7.1</span>
55+
<span class="badge badge--outline" id="version-badge">v0.7.2</span>
5656
</div>
5757
<h1 class="hero__headline">
5858
Your Voice,<br>

0 commit comments

Comments
 (0)