Skip to content

Commit

Permalink
Merge pull request #24 from rars/update-version
Browse files Browse the repository at this point in the history
chore: update version to v0.1.3
  • Loading branch information
rars authored Nov 7, 2024
2 parents d86d533 + c50eee9 commit 7ebe5af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-energy-explorer-angular",
"version": "0.1.2",
"version": "0.1.3",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
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 = "smart_energy_explorer"
version = "0.1.2"
version = "0.1.3"
description = "A dashboard for exploring home energy usage"
authors = ["Richard Russell"]
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 7ebe5af

Please sign in to comment.