Skip to content

Commit 09585ef

Browse files
committed
Release v1.0.2
1 parent f4e229c commit 09585ef

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "pos",
3-
"version": "0.1.0",
2+
"name": "pos_sum",
3+
"version": "1.0.2",
44
"description": "",
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "pos_sum"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "An lightweight point-of-sale application for desktop or mobile"
55
authors = ["Alex \"Pierstoval\" Rock <pierstoval@gmail.com>"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
3-
"productName": "pos_sum",
4-
"version": "1.0.0",
3+
"productName": "PoS Sum",
4+
"version": "1.0.2",
55
"identifier": "com.orbitale.pos-sum",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)