Skip to content

Commit a72389f

Browse files
committed
Update to DS 0.9.
1 parent e085f59 commit a72389f

File tree

6 files changed

+9
-2248
lines changed

6 files changed

+9
-2248
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
- v[0-9]+.[0-9]+.[0-9]+
77

88
jobs:
99
create-release:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/kenlm/
88
/node_modules/
99
SHA256SUMS
10+
/package-lock.json

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
}
8282
},
8383
"short_name": "Voice",
84-
"version": "2.1.1"
84+
"version": "2.2.0"
8585
}

0 commit comments

Comments
 (0)