Skip to content

Commit da08b6c

Browse files
committed
chore: update app version
1 parent d321fd2 commit da08b6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2",
3+
"version": "0.1.3",
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.2"
3+
version = "0.1.3"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

bytesto4t/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2.0.0",
33
"productName": "bytesto4t",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"identifier": "ru.glatcher.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

bytesto4t/src/routes/+page.svelte

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

0 commit comments

Comments
 (0)