Skip to content

Commit 35cc07f

Browse files
committed
Bump version
1 parent 75ef04b commit 35cc07f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "desktop",
33
"description": "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"private": true,
66
"scripts": {
77
"lint": "vue-cli-service lint",

desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "n-link"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire"
55
authors = [ "Ben Schattinger <developer@lights0123.com>" ]
66
license = "GPL-3.0"

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt-ts",

0 commit comments

Comments
 (0)