File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
crates/uc-tauri/src-tauri Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ members = [
1212resolver = " 2"
1313
1414[workspace .package ]
15- version = " 0.1.1 "
15+ version = " 0.1.2 "
1616edition = " 2021"
1717license = " Apache-2.0"
1818repository = " https://github.com/t8/memoryport"
Original file line number Diff line number Diff line change 22 "$schema" : " https://raw.githubusercontent.com/nicedoc/tauri-schema/refs/heads/main/tauri-conf-2.1.0.json" ,
33 "productName" : " Memoryport" ,
44 "identifier" : " com.memoryport.app" ,
5- "version" : " 0.1.1 " ,
5+ "version" : " 0.1.2 " ,
66 "build" : {
77 "frontendDist" : " ../../../ui/dist" ,
88 "devUrl" : " http://localhost:5174" ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export default function Layout() {
6262
6363 { /* Version */ }
6464 < div className = "px-6 py-4 flex items-center gap-2" >
65- < span className = "text-sm text-cream-dim font-mono" > v 0.1.1 </ span >
65+ < span className = "text-sm text-cream-dim font-mono" > v 0.1.2 </ span >
6666 < UpdateBadge />
6767 </ div >
6868 </ div >
You can’t perform that action at this time.
0 commit comments