mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 02:05:27 +00:00
Bump version
This commit is contained in:
parent
75ef04b742
commit
35cc07f0ed
|
@ -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",
|
||||
|
|
2
desktop/src-tauri/Cargo.lock
generated
2
desktop/src-tauri/Cargo.lock
generated
|
@ -1058,7 +1058,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "n-link"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "web",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt-ts",
|
||||
|
|
Loading…
Reference in a new issue