Update package version to 0.8.0

This commit is contained in:
2020-02-16 23:55:25 -06:00
parent 826f0eaa73
commit b4b125d750
5 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@
include "src/main/nim/personal_measure_apipkg/version.nim"
version = PM_API_VERSION
version = "0.8.0"
author = "Jonathan Bernard"
description = "JDB\'s Personal Measures API"
license = "MIT"

View File

@ -1 +1 @@
const PM_API_VERSION* = "0.7.0"
const PM_API_VERSION* = "0.8.0"