Skip to content

Commit

Permalink
realease: v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antoncoding committed Jan 17, 2025
1 parent 380572c commit bc204b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "milo",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"dev": "vite",
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 = "milo"
version = "0.1.2"
version = "0.1.3"
description = "Milo - AI Text Transformation Tool"
authors = ["you"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"productName": "Milo",
"mainBinaryName": "Milo",
"version": "0.1.2",
"version": "0.1.3",
"identifier": "com.milo.dev",
"plugins": {},
"app": {
Expand Down

0 comments on commit bc204b3

Please sign in to comment.