Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Sep 6, 2020
1 parent a5561d8 commit 724fcdf
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 48 deletions.
66 changes: 23 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.6.2",
"version": "0.6.3",
"description": "Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join as in Telegram: https://t.me/figma_linux",
"main": "src/main/index.js",
"repository": "git@github.com:ChugunovRoman/figma-linux.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"chokidar": "^3.0.2",
"electron-devtools-installer": "^2.2.4",
"electron-settings": "github:ChugunovRoman/electron-settings#figma-linux",
"figma-linux-rust-binding": "^0.1.4",
"figma-linux-rust-binding": "=0.1.4",
"electron-build-env": "^0.2",
"mobx": "^5.6.0",
"mobx-react": "^5.4.2",
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: figma-linux
version: '0.6.2'
version: '0.6.3'
summary: Unofficial Figma desktop app for Linux platform
description: |
Figma is the first interface design tool based in the browser,
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.6.2",
"version": "0.6.3",
"description": "Figma is the first interface design tool based in the browser, making it easier for teams to create software. Join as in Telegram: https://t.me/figma_linux",
"main": "main/main.js",
"repository": "git@github.com:ChugunovRoman/figma-linux.git",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"chokidar": "^3.0.2",
"electron-devtools-installer": "^2.2.4",
"figma-linux-rust-binding": "^0.1.4",
"figma-linux-rust-binding": "=0.1.4",
"electron-build-env": "^0.2",
"electron-settings": "github:ChugunovRoman/electron-settings#figma-linux",
"mobx": "^5.0.3",
Expand Down

0 comments on commit 724fcdf

Please sign in to comment.