File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bytesto4t" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bytesto4t"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " A Tauri App"
5
5
authors = [" you" ]
6
6
edition = " 2021"
Original file line number Diff line number Diff line change 119
119
<div class =" h-16 w-16" >
120
120
<img class =" h-auto max-w-full rounded-lg" src =" /assets/logo.png" alt =" Logo" >
121
121
</div >
122
- <h1 class =" text-4xl" >ByteSto4t v.1</h1 >
122
+ <h1 class =" text-4xl" >ByteSto4t v.1.1 </h1 >
123
123
</div >
124
124
<div class =" browse-field flex space-x-4" >
125
125
<input class ="input" type ="text" placeholder ="Enter path to file" bind:value ={targetFilePath } on:keydown ={onEnterDown } />
You can’t perform that action at this time.
0 commit comments