Skip to content

Commit 3932ce2

Browse files
authored
Merge pull request #5 from kaplanelad/bump-version-0.1.3
bump version 0.1.3
2 parents cf44b57 + 8e120ad commit 3932ce2

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ossue-core"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55

66
[dependencies]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ossue",
33
"private": true,
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"type": "module",
66
"packageManager": "pnpm@10.17.0",
77
"scripts": {

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 = "ossue"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

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",
33
"productName": "Ossue",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"identifier": "com.eladkaplan.ossue",
66
"build": {
77
"beforeDevCommand": "pnpm run dev:web",

0 commit comments

Comments
 (0)