Update Appveyor Version Numbering

pull/110/head
openbuilds-engineer 2018-07-11 17:20:00 +02:00
rodzic 36c76c2010
commit 7e70a63a21
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -16,6 +16,8 @@ init:
install: install:
- ps: Install-Product node 7 x64 - ps: Install-Product node 7 x64
- ps: $env:package_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
- ps: Update-AppveyorBuild -Version "$env:package_version-$env:APPVEYOR_BUILD_NUMBER"
- npm install - npm install
build_script: build_script:

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "OpenBuildsMachineDriver", "name": "OpenBuildsMachineDriver",
"version": "1.0.15", "version": "1.1.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds", "description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds", "author": "github.com/openbuilds",