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.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krivahtoo committed Jun 20, 2023
1 parent bbcc213 commit 68a9920
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions desktop/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.DS_Store
node_modules
/build
/.svelte-kit
build
dist
.svelte-kit
/package
src-tauri

Expand Down
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.0",
"version": "0.2.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.2.0"
version = "0.2.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.2.0"
"version": "0.2.1"
},
"build": {
"distDir": "../dist",
Expand Down

0 comments on commit 68a9920

Please sign in to comment.