Skip to content

Commit a7c5f9c

Browse files
committed
chore: 0.3.1
1 parent 027c958 commit a7c5f9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xplorer",
33
"description": "Xplorer, a customizable, modern file manager",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"author": "Justin Maximillian Kimlim <[email protected]>",
66
"icon": "build/icon.icns",
77
"private": true,

packages/generator-xplorer-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-xplorer-extensions",
3-
"version": "0.3.0-canary.3",
3+
"version": "0.3.1",
44
"description": "Theme generator for Xplorer",
55
"private": "true",
66
"author": "Justin Maximillian Kimlim",

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
"package": {
33
"productName": "Xplorer",
4-
"version": "0.3.0"
4+
"version": "0.3.1"
55
},
66
"build": {
77
"distDir": "../out/src",

0 commit comments

Comments
 (0)