Skip to content

Commit

Permalink
Update Version and post restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed May 9, 2023
1 parent c0400cb commit 39d1799
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"name": "SongDetails",
"id": "song-details",
"version": "0.0.1",
"version": "0.3.0",
"url": "https://github.com/RedBrumbler/SongDetails",
"additionalData": {
"overrideSoName": "libsongdetails.so"
Expand Down Expand Up @@ -38,22 +38,22 @@
],
"workspace": {
"scripts": {
"build": [
"pwsh ./scripts/build.ps1"
],
"clean": [
"pwsh ./scripts/build.ps1 -clean"
],
"copy": [
"pwsh ./scripts/copy.ps1"
],
"log": [
"pwsh ./scripts/log.ps1"
],
"qmod": [
"pwsh ./scripts/build.ps1 -clean",
"qpm qmod build --isLibrary true",
"pwsh ./scripts/createqmod.ps1 SongDetails -clean"
],
"copy": [
"pwsh ./scripts/copy.ps1"
],
"clean": [
"pwsh ./scripts/build.ps1 -clean"
],
"build": [
"pwsh ./scripts/build.ps1"
]
}
}
Expand Down
12 changes: 6 additions & 6 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"info": {
"name": "SongDetails",
"id": "song-details",
"version": "0.0.1",
"version": "0.3.0",
"url": "https://github.com/RedBrumbler/SongDetails",
"additionalData": {
"overrideSoName": "libsongdetails.so"
Expand Down Expand Up @@ -44,17 +44,17 @@
],
"qmod": [
"pwsh ./scripts/build.ps1 -clean",
"qpm-rust qmod build --isLibrary true",
"qpm qmod build --isLibrary true",
"pwsh ./scripts/createqmod.ps1 SongDetails -clean"
],
"build": [
"pwsh ./scripts/build.ps1"
"copy": [
"pwsh ./scripts/copy.ps1"
],
"clean": [
"pwsh ./scripts/build.ps1 -clean"
],
"copy": [
"pwsh ./scripts/copy.ps1"
"build": [
"pwsh ./scripts/build.ps1"
]
}
}
Expand Down

0 comments on commit 39d1799

Please sign in to comment.