Skip to content

Commit f27928e

Browse files
committed
chore: bump ASR app version to 0.1.4 for release
1 parent 84cffdc commit f27928e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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/android-service-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "android-service-runtime",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/android-service-runtime/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 = "android-service-runtime"
3-
version = "0.1.1"
3+
version = "0.1.4"
44
description = "Volla Holochain Admin"
55
authors = ["you"]
66
license = ""

apps/android-service-runtime/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Holochain Service Runtime",
3-
"version": "0.1.1",
3+
"version": "0.1.4",
44
"identifier": "org.holochain.androidserviceruntime.app",
55
"build": {
66
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)