Bump version

pull/10/head v0.1.6
lights0123 2021-04-06 17:39:41 -04:00
parent 75ef04b742
commit 35cc07f0ed
No known key found for this signature in database
GPG Key ID: 28F315322E37972F
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "desktop",
"description": "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"lint": "vue-cli-service lint",

View File

@ -1058,7 +1058,7 @@ dependencies = [
[[package]]
name = "n-link"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"anyhow",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "n-link"
version = "0.1.5"
version = "0.1.6"
description = "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire"
authors = [ "Ben Schattinger <developer@lights0123.com>" ]
license = "GPL-3.0"

View File

@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "nuxt-ts",