Skip to content

Commit 8cece27

Browse files
committed
chore(release): v0.2.15
1 parent 2258c14 commit 8cece27

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/android-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ jobs:
105105
PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.PUBLIC_SUPABASE_ANON_KEY }}
106106
run: |
107107
if [ -n "$TAURI_CONFIG" ]; then
108-
yarn tauri android build --aab --config "$TAURI_CONFIG"
108+
yarn tauri android build --aab true --config "$TAURI_CONFIG"
109109
else
110-
yarn tauri android build --aab
110+
yarn tauri android build --aab true
111111
fi
112112
113113
- name: Sign AAB

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dota-keeper",
3-
"version": "0.2.14",
3+
"version": "0.2.15",
44
"description": "",
55
"type": "module",
66
"scripts": {

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.

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 = "dota-keeper"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
description = "A Tauri App"
55
authors = ["stringhandler"]
66
edition = "2021"

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": "Dota Keeper",
4-
"version": "0.2.14",
4+
"version": "0.2.15",
55
"identifier": "com.volthawk.dota-keeper",
66
"build": {
77
"beforeDevCommand": "yarn dev",

0 commit comments

Comments
 (0)