Skip to content

Commit 9e2f192

Browse files
committed
Merge branch 'main' of github.com:srprasanna/meet-scribe
2 parents 20973de + f276a91 commit 9e2f192

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/desktop/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meet-scribe-desktop",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "Bot-free meeting assistant for Windows and Linux",
55
"type": "module",
66
"scripts": {

apps/desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/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 = "meet-scribe"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
description = "Bot-free meeting assistant for Windows and Linux"
55
authors = ["srprasanna"]
66
edition = "2021"

apps/desktop/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": "https://schema.tauri.app/config/2",
33
"productName": "Meet Scribe",
4-
"version": "0.1.0",
4+
"version": "0.0.1",
55
"identifier": "com.srprasanna.meet-scribe",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)