Skip to content

Commit 7c7ad16

Browse files
committed
chore: release version packages
1 parent 750ca30 commit 7c7ad16

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

.github/workflows/android-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,12 @@ jobs:
251251
echo " APK: $APK_PATH"
252252
echo " AAB: $AAB_PATH"
253253
254-
255254
- name: Upload Android artifacts
256255
uses: actions/upload-artifact@v4
257256
with:
258257
name: mpesa2csv-v${{ needs.check-android-release.outputs.version }}
259258
path: |
260-
*.apk
261-
*.aab
259+
src-tauri/*.apk
260+
src-tauri/*.aab
262261
retention-days: 30
263-
if-no-files-found: warn
262+
if-no-files-found: warn

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mpesa2csv
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- fix: android release
8+
39
## 0.5.2
410

511
### Patch Changes

package.json

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

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 = "mpesa2csv"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Convert M-PESA Statements to CSV/Excel Files"
55
authors = ["David Amunga"]
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": "mpesa2csv",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"identifier": "com.amunga.david.mpesa2csv",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)