Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Dec 9, 2021
1 parent 460ed5e commit 2f116f0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.9.2",
"version": "0.9.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
2 changes: 1 addition & 1 deletion resources/figma-linux-appimage.desktop
Expand Up @@ -6,6 +6,6 @@ Terminal=false
Type=Application
Icon=figma-linux
StartupWMClass=figma-linux
X-AppImage-Version=0.9.2
X-AppImage-Version=0.9.3
Categories=Graphics;
MimeType=application/figma;x-scheme-handler/figma;
14 changes: 14 additions & 0 deletions scripts/debian/changelog
@@ -1,3 +1,17 @@
figma-linux (0.9.3-1ubuntu0) devel; urgency=medium

* Publish 0.9.3 version

## Bug Fixes:
* Backgroud color for the main projects page
* Update the work with tab's BrowserView
* Bump desktop API version to 53

## Other Changes:
* Bump Electron.js version to 13.6.3

-- Chugunov Roman <Zebs-BMK@yandex.ru> Thu, 09 Dec 2021 12:40:23 +0300

figma-linux (0.9.2-1ubuntu0) devel; urgency=medium

* Publish 0.9.2 version
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: figma-linux
version: '0.9.2'
version: '0.9.3'
summary: Unofficial Figma desktop app for Linux platform
description: |
Figma is the first interface design tool based in the browser,
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.9.2",
"version": "0.9.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 Down

0 comments on commit 2f116f0

Please sign in to comment.