Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-stebbings committed Jul 18, 2024
1 parent 455476b commit ee39f9b
Show file tree
Hide file tree
Showing 4 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,6 +1,6 @@
{
"name": "habitfract-monorepo",
"version": "0.0.1",
"version": "0.1.0-alpha.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
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 = "habit_fract"
version = "0.1.0"
version = "0.1.0-alpha.1"
description = "Habit Fract"
authors = ["Nick Stebbings"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "habit_fract",
"version": "0.1.0",
"version": "0.1.0-alpha.1",
"identifier": "net.habitfract.personal",
"build": {
"beforeBuildCommand": "npm run build:frontend",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui",
"private": true,
"version": "0.0.0",
"version": "0.1.0-alpha.1",
"type": "module",
"scripts": {
"start": "vite --clearScreen false",
Expand Down

0 comments on commit ee39f9b

Please # to comment.