Skip to content

Commit

Permalink
Release v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Mar 19, 2022
1 parent c253c68 commit fc343e7
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.5",
"version": "0.9.6",
"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.5
X-AppImage-Version=0.9.6
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.6-1ubuntu0) devel; urgency=medium

* Publish 0.9.6 version

## Bug Fixes:
* tab sizing for user interactions and adds focus to new tabs

## Other Changes:
* Bump Electron version from 13.6.3 to 13.6.9
* replace scss on css
* Remove the old libstdc++ library

-- Chugunov Roman <Zebs-BMK@yandex.ru> Sat, 19 Mar 2022 22:21:25 +0300

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

* Publish 0.9.5 version
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: figma-linux
version: '0.9.5'
version: '0.9.6'
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.5",
"version": "0.9.6",
"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 fc343e7

Please sign in to comment.