Skip to content

Commit ee9c0a1

Browse files
authored
chore: release v1.1.0-beta.9 (#131)
1 parent f23bc5d commit ee9c0a1

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moa/app",
3-
"version": "1.1.0-beta.8",
3+
"version": "1.1.0-beta.9",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/app/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/app/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 = "moa"
3-
version = "1.1.0-beta.8"
3+
version = "1.1.0-beta.9"
44
description = "A lightweight menu bar/system tray app that visualizes your accumulated salary in real-time"
55
authors = ["bepyan"]
66
edition = "2021"

apps/app/src-tauri/tauri.conf.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "moa",
4-
"version": "1.1.0-beta.8",
4+
"version": "1.1.0-beta.9",
55
"identifier": "com.moa.app",
66
"build": {
77
"removeUnusedCommands": true,
@@ -31,7 +31,11 @@
3131
"bundle": {
3232
"createUpdaterArtifacts": true,
3333
"active": true,
34-
"targets": ["app", "dmg", "nsis"],
34+
"targets": [
35+
"app",
36+
"dmg",
37+
"nsis"
38+
],
3539
"icon": [
3640
"icons/32x32.png",
3741
"icons/128x128.png",

0 commit comments

Comments
 (0)