Skip to content

Commit 225396a

Browse files
committed
v2.1.0
1 parent 656acae commit 225396a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ner-annotator",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

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
"productName": "NER Annotator",
33
"mainBinaryName": "NER Annotator",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"identifier": "in.arunmozhi.ner-annotator",
66
"build": {
77
"beforeDevCommand": "yarn dev",

0 commit comments

Comments
 (0)