File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bytesto4t" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
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.2 "
3
+ version = " 0.1.3 "
4
4
description = " A Tauri App"
5
5
authors = [" you" ]
6
6
edition = " 2021"
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://schema.tauri.app/config/2.0.0" ,
3
3
"productName" : " bytesto4t" ,
4
- "version" : " 0.1.2 " ,
4
+ "version" : " 0.1.3 " ,
5
5
"identifier" : " ru.glatcher.app" ,
6
6
"build" : {
7
7
"beforeDevCommand" : " bun run dev" ,
Original file line number Diff line number Diff line change 123
123
<div class =" h-16 w-16" >
124
124
<img class =" h-auto max-w-full rounded-lg" src =" /assets/logo.png" alt =" Logo" >
125
125
</div >
126
- <h1 class =" text-4xl" >ByteSto4t v.1.2 </h1 >
126
+ <h1 class =" text-4xl" >ByteSto4t v.1.3 </h1 >
127
127
</div >
128
128
<div class =" browse-field flex space-x-4" >
129
129
<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