Skip to content

Commit 2f116f0

Browse files
committed
Release v0.9.3
1 parent 460ed5e commit 2f116f0

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-linux",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"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",
55
"main": "src/main/index.js",
66
"repository": "git@github.com:ChugunovRoman/figma-linux.git",

resources/figma-linux-appimage.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Terminal=false
66
Type=Application
77
Icon=figma-linux
88
StartupWMClass=figma-linux
9-
X-AppImage-Version=0.9.2
9+
X-AppImage-Version=0.9.3
1010
Categories=Graphics;
1111
MimeType=application/figma;x-scheme-handler/figma;

scripts/debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
figma-linux (0.9.3-1ubuntu0) devel; urgency=medium
2+
3+
* Publish 0.9.3 version
4+
5+
## Bug Fixes:
6+
* Backgroud color for the main projects page
7+
* Update the work with tab's BrowserView
8+
* Bump desktop API version to 53
9+
10+
## Other Changes:
11+
* Bump Electron.js version to 13.6.3
12+
13+
-- Chugunov Roman <Zebs-BMK@yandex.ru> Thu, 09 Dec 2021 12:40:23 +0300
14+
115
figma-linux (0.9.2-1ubuntu0) devel; urgency=medium
216

317
* Publish 0.9.2 version

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: figma-linux
2-
version: '0.9.2'
2+
version: '0.9.3'
33
summary: Unofficial Figma desktop app for Linux platform
44
description: |
55
Figma is the first interface design tool based in the browser,

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-linux",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"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",
55
"main": "main/main.js",
66
"repository": "git@github.com:ChugunovRoman/figma-linux.git",

0 commit comments

Comments
 (0)