mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
Bump version
This commit is contained in:
parent
9579f98a6a
commit
5c4c026bad
|
@ -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
2
src-tauri/Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue