Skip to content

Commit

Permalink
chore : bump version no.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushants-Git committed Nov 7, 2024
1 parent 3cb2080 commit d40f848
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "locus",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "locus"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
description = "An intelligent activity tracker that helps you understand and improve your focus habits."
authors = ["Sushant-Git"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "locus",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.locus.app",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down

0 comments on commit d40f848

Please sign in to comment.