Bump version

This commit is contained in:
lights0123 2020-09-27 19:32:47 -04:00
parent 9579f98a6a
commit 5c4c026bad
No known key found for this signature in database
GPG key ID: 28F315322E37972F
3 changed files with 3 additions and 3 deletions

View file

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

2
src-tauri/Cargo.lock generated
View file

@ -846,7 +846,7 @@ dependencies = [
[[package]] [[package]]
name = "n-link" name = "n-link"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View file

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