Skip to content

Commit

Permalink
Release v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed May 26, 2024
1 parent 8870a35 commit ecb8100
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.11.3",
"version": "0.11.4",
"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.ts",
"repository": "[email protected]:ChugunovRoman/figma-linux.git",
Expand Down
2 changes: 1 addition & 1 deletion resources/figma-linux-appimage.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Terminal=false
Type=Application
Icon=figma-linux
StartupWMClass=figma-linux
X-AppImage-Version=0.11.3
X-AppImage-Version=0.11.4
Categories=Graphics;
MimeType=application/figma;x-scheme-handler/figma;
14 changes: 14 additions & 0 deletions scripts/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
figma-linux (0.11.4-1ubuntu0) devel; urgency=medium

* Publish 0.11.4 version

## Bug Fixes:
* set appVersion to ignore version checking. [#371 #372 #373 (#374)](https://github.com/Figma-Linux/figma-linux/issues/371 #372 #373 (#374))

## Other Changes:
* update the release ci
* Bump Electron from 29.1.6 to 30.0.8
* Bump Electron from 27.2.2 to 29.1.6 ( [#367)](https://github.com/Figma-Linux/figma-linux/issues/367))

-- Chugunov Roman <[email protected]> Sun, 26 May 2024 20:56:50 +0300

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

* Publish 0.11.3 version
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.11.3'
version: '0.11.4'
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figma-linux",
"version": "0.11.3",
"version": "0.11.4",
"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": "[email protected]:ChugunovRoman/figma-linux.git",
Expand Down

0 comments on commit ecb8100

Please sign in to comment.