Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
chore: bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krivahtoo committed Sep 18, 2023
1 parent 744beac commit fb70a14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weird-tauri",
"version": "0.2.3",
"version": "0.3.1",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weird"
version = "0.3.0"
version = "0.3.1"
description = "Local-first website generator."
authors = ["Noah Too <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "weird",
"version": "0.3.0"
"version": "0.3.1"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit fb70a14

Please sign in to comment.