Skip to content

Commit 01af5bb

Browse files
authored
Merge pull request #52 from DavidAmunga/changeset-release/main
2 parents 66ee7d5 + e6292f3 commit 01af5bb

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/eager-drinks-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.10.2
4+
5+
### Patch Changes
6+
7+
- 339b23a: fix: macos jre bundling
8+
39
## 0.10.1
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.10.1",
4+
"version": "0.10.2",
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.10.1"
3+
version = "0.10.2"
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.10.1",
4+
"version": "0.10.2",
55
"identifier": "com.amunga.david.mpesa2csv",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)