Skip to content

Commit

Permalink
chore: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlimjustin committed Jan 11, 2022
1 parent 027c958 commit a7c5f9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xplorer",
"description": "Xplorer, a customizable, modern file manager",
"version": "0.3.0",
"version": "0.3.1",
"author": "Justin Maximillian Kimlim <[email protected]>",
"icon": "build/icon.icns",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-xplorer-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-xplorer-extensions",
"version": "0.3.0-canary.3",
"version": "0.3.1",
"description": "Theme generator for Xplorer",
"private": "true",
"author": "Justin Maximillian Kimlim",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Xplorer",
"version": "0.3.0"
"version": "0.3.1"
},
"build": {
"distDir": "../out/src",
Expand Down

2 comments on commit a7c5f9c

@vercel
Copy link

@vercel vercel bot commented on a7c5f9c Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a7c5f9c Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

updater – ./api/updater

updater-kimlimjustin.vercel.app
updater-git-master-kimlimjustin.vercel.app
updater.xplorer.space

Please sign in to comment.