We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dd15e commit 3da6fc3Copy full SHA for 3da6fc3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "untitled-app",
3
- "version": "0.3.2",
+ "version": "0.4.0",
4
"private": true,
5
"dependencies": {
6
"@codemirror/autocomplete": "^6.9.0",
src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
8
},
9
"package": {
10
"productName": "kittycad-modeling",
11
- "version": "0.3.2"
+ "version": "0.4.0"
12
13
"tauri": {
14
"allowlist": {
0 commit comments