Skip to content

Commit d7e749d

Browse files
authored
chore(master): release 0.1.5 (#11)
1 parent f8a48be commit d7e749d

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.4"
2+
".": "0.1.5"
33
}

CHANGELOG.md

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

3+
## [0.1.5](https://github.com/Xevion/usage-indicator/compare/v0.1.4...v0.1.5) (2025-11-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove duplicate release creation overwriting release-please ([f8a48be](https://github.com/Xevion/usage-indicator/commit/f8a48be0ae7ea22d940f97f4306373b9e00a756a))
9+
310
## [0.1.4](https://github.com/Xevion/usage-indicator/compare/v0.1.3...v0.1.4) (2025-11-23)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "usage-indicator",
33
"private": true,
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"type": "module",
66
"packageManager": "[email protected]",
77
"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 = "usage-indicator"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "A system tray application for monitoring usage statistics of rate-limited cloud services."
55
authors = ["Ryan Walters"]
66
edition = "2024"

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": "usage-indicator",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"identifier": "com.xevion.usage-indicator",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)