mirror of
https://github.com/sebastiandine/Card-Collection-Manager-2.git
synced 2026-08-28 22:01:12 +00:00
version numbering fix
This commit is contained in:
@@ -19,6 +19,16 @@ After performing these steps, the next time you open CCM2, you will see your col
|
|||||||
|
|
||||||
|
|
||||||
## How to build/ contribute
|
## How to build/ contribute
|
||||||
|
|
||||||
|
### Creating a new version
|
||||||
|
To create a new version that is properly picked up by the pipeline to create a new release, adjust the version in the following files:
|
||||||
|
```
|
||||||
|
version
|
||||||
|
card-collection-manager-2/package.json
|
||||||
|
card-collection-manager-2/src-tauri/tauri.conf.json
|
||||||
|
card-collection-manager-2/src-tauri/Cargo.toml
|
||||||
|
```
|
||||||
|
|
||||||
### Contribute
|
### Contribute
|
||||||
The project includes configuration for [VSCode development containers](https://code.visualstudio.com/docs/remote/containers) which should be the preffered environment to develop new features of the app. The container automatically sets up a whole Tauri development environment including Typescript & Rust plugins for VSCode.
|
The project includes configuration for [VSCode development containers](https://code.visualstudio.com/docs/remote/containers) which should be the preffered environment to develop new features of the app. The container automatically sets up a whole Tauri development environment including Typescript & Rust plugins for VSCode.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "card-collection-manager-2",
|
"name": "card-collection-manager-2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 1420",
|
"dev": "next dev -p 1420",
|
||||||
"build": "next build && next export -o dist",
|
"build": "next build && next export -o dist",
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "card-collection-manager-2"
|
name = "card-collection-manager-2"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
description = "A Tauri App"
|
description = "A Tauri App"
|
||||||
authors = ["you"]
|
authors = ["Sebastian Dine"]
|
||||||
license = ""
|
license = ""
|
||||||
repository = ""
|
repository = ""
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "card-collection-manager-2",
|
"productName": "card-collection-manager-2",
|
||||||
"version": "1.0.3"
|
"version": "1.0.4"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
Reference in New Issue
Block a user