Skip to content

Commit

Permalink
Change version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FirowMD committed Nov 19, 2024
1 parent ea132b3 commit 78a7812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bytesto4t/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytesto4t",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion bytesto4t/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytesto4t"
version = "0.1.0"
version = "0.1.1"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion bytesto4t/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<div class="h-16 w-16">
<img class="h-auto max-w-full rounded-lg" src="/assets/logo.png" alt="Logo">
</div>
<h1 class="text-4xl">ByteSto4t v.1</h1>
<h1 class="text-4xl">ByteSto4t v.1.1</h1>
</div>
<div class="browse-field flex space-x-4">
<input class="input" type="text" placeholder="Enter path to file" bind:value={targetFilePath} on:keydown={onEnterDown} />
Expand Down

0 comments on commit 78a7812

Please sign in to comment.