Skip to content

Commit

Permalink
chore(release): 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 7, 2023
1 parent 417134a commit 0e5a935
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.4](https://github.com/KyrillGobber/huehuehue/compare/v0.0.3...v0.0.4) (2023-07-07)


### Bug Fixes

* tag message ([417134a](https://github.com/KyrillGobber/huehuehue/commit/417134a1353539a1d73755527d8da1309965eb44))

### [0.0.3](https://github.com/KyrillGobber/huehuehue/compare/v0.0.2...v0.0.3) (2023-07-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "huehuehue",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev:client": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "huehuehue"
version = "0.0.3"
version = "0.0.4"
description = "A Tauri App to manage your Philips Hue devices from anywhere"
authors = [
"Kyrill Gobber <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "huehuehue",
"version": "0.0.3"
"version": "0.0.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 0e5a935

Please sign in to comment.