Skip to content

Commit e7b175d

Browse files
AzimovSclaude
andauthored
chore: bump version to v0.1.21 (Rig C) (#43)
Plan 3 Phase 2 — signing-key continuity test. This release is cut from both AzimovS/meetily and ethereum/meetily on the same content; the existing v0.1.16 install picks it up via the AzimovS endpoint and signature-validates against its baked-in pubkey. Pass = key continuity proven; safe to proceed with transition release. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6919476 commit e7b175d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meetily",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"private": true,
55
"main": "electron/main.js",
66
"scripts": {

frontend/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "meetily"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
description = "A Tauri App for meeting minutes"
55
authors = ["Sujith S"]
66
license = "MIT"

frontend/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "meetily",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"identifier": "com.meetily.ai",
66
"build": {
77
"frontendDist": "../out",

0 commit comments

Comments
 (0)