Update package version to 0.8.0
This commit is contained in:
parent
826f0eaa73
commit
b4b125d750
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include "src/main/nim/personal_measure_apipkg/version.nim"
|
include "src/main/nim/personal_measure_apipkg/version.nim"
|
||||||
|
|
||||||
version = PM_API_VERSION
|
version = "0.8.0"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "JDB\'s Personal Measures API"
|
description = "JDB\'s Personal Measures API"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1 +1 @@
|
|||||||
const PM_API_VERSION* = "0.7.0"
|
const PM_API_VERSION* = "0.8.0"
|
||||||
|
@ -47,9 +47,13 @@ printf ">> Updating /api/src/main/nim/personal_measure_apipkg/version.nim with P
|
|||||||
printf "sed -i \"s/%s/%s/\" api/src/main/nim/personal_measure_apipkg/version.nim" "$lastVersion" "$newVersion"
|
printf "sed -i \"s/%s/%s/\" api/src/main/nim/personal_measure_apipkg/version.nim" "$lastVersion" "$newVersion"
|
||||||
sed -i "s/${lastVersion}/${newVersion}/" api/src/main/nim/personal_measure_apipkg/version.nim
|
sed -i "s/${lastVersion}/${newVersion}/" api/src/main/nim/personal_measure_apipkg/version.nim
|
||||||
|
|
||||||
|
printf ">> Updating /api/personal_measure_api.nimble with version = \"%s\"" "$newVersion"
|
||||||
|
printf "sed -i \"s/%s/%s/\" api/personal_measure_api.nimble" "$lastVersion" "$newVersion"
|
||||||
|
sed -i "s/${lastVersion}/${newVersion}/" api/personal_measure_api.nimble
|
||||||
|
|
||||||
printf ">> Committing new version.\n"
|
printf ">> Committing new version.\n"
|
||||||
printf "git add web/package.json web/package-lock.json api/src/main/nim/personal_measure_apipkg/version.nim"
|
printf "git add web/package.json web/package-lock.json api/src/main/nim/personal_measure_apipkg/version.nim"
|
||||||
git add web/package.json web/package-lock.json api/src/main/nim/personal_measure_apipkg/version.nim
|
git add web/package.json web/package-lock.json api/src/main/nim/personal_measure_apipkg/version.nim api/personal_measure_api.nimble
|
||||||
printf "git commit -m \"Update package version to %s\"\n" "$newVersion"
|
printf "git commit -m \"Update package version to %s\"\n" "$newVersion"
|
||||||
git commit -m "Update package version to ${newVersion}"
|
git commit -m "Update package version to ${newVersion}"
|
||||||
|
|
||||||
|
2
web/package-lock.json
generated
2
web/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "personal-measure-web",
|
"name": "personal-measure-web",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "personal-measure-web",
|
"name": "personal-measure-web",
|
||||||
"version": "0.7.0",
|
"version": "0.8.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user