Skip to content

Commit 9b612f6

Browse files
chore: bump version to v0.3.16 (#61)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a0f6db4 commit 9b612f6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ndjson-converter",
3-
"version": "0.3.15",
3+
"version": "0.3.16",
44
"description": "Desktop app for converting NDJSON annotation exports to ML formats",
55
"license": "MIT",
66
"author": "amanharshx",

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.

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 = "ndjson-converter"
3-
version = "0.3.15"
3+
version = "0.3.16"
44
description = "NDJSON to ML Annotation Format Converter"
55
authors = ["amanharshx"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "YOLO NDJSON Converter",
4-
"version": "0.3.15",
4+
"version": "0.3.16",
55
"identifier": "com.ndjson.converter",
66
"plugins": {
77
"updater": {

0 commit comments

Comments
 (0)