Skip to content

Commit

Permalink
build: bump up to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 12, 2023
1 parent ae852d0 commit 8209df5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.1.4"
version = "0.1.5"
description = "DAR to OAR Converter"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dar-to-oar",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeDevCommand": "npm run dev:front",
"beforeBuildCommand": "npm run build:front",
"beforeDevCommand": "npm run dev:front",
"devPath": "http://localhost:3000",
"distDir": "../out"
},
"package": {
"productName": "g_dar2oar",
"version": "0.1.4"
"version": "0.1.5"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 8209df5

Please sign in to comment.