Skip to content

Commit 78a7812

Browse files
committed
Change version to 1.1
1 parent ea132b3 commit 78a7812

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bytesto4t/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bytesto4t",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"type": "module",
66
"scripts": {

bytesto4t/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bytesto4t"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

bytesto4t/src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<div class="h-16 w-16">
120120
<img class="h-auto max-w-full rounded-lg" src="/assets/logo.png" alt="Logo">
121121
</div>
122-
<h1 class="text-4xl">ByteSto4t v.1</h1>
122+
<h1 class="text-4xl">ByteSto4t v.1.1</h1>
123123
</div>
124124
<div class="browse-field flex space-x-4">
125125
<input class="input" type="text" placeholder="Enter path to file" bind:value={targetFilePath} on:keydown={onEnterDown} />

0 commit comments

Comments
 (0)