Skip to content

Commit e58b52e

Browse files
committed
Release v0.11.1
1 parent 673bd7c commit e58b52e

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

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.11.0",
3+
"version": "0.11.1",
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.ts",
66
"repository": "[email protected]: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.11.0
9+
X-AppImage-Version=0.11.1
1010
Categories=Graphics;
1111
MimeType=application/figma;x-scheme-handler/figma;

scripts/debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
figma-linux (0.11.1-1ubuntu0) devel; urgency=medium
2+
3+
* Publish 0.11.1 version
4+
5+
## Bug Fixes:
6+
* copy as png. [#350](https://github.com/Figma-Linux/figma-linux/issues/350)
7+
8+
## Other Changes:
9+
* update deb files
10+
* add desktop file for dev build
11+
* update readme
12+
* update snapcraft config
13+
* update generate release notes
14+
* update ci
15+
16+
-- Chugunov Roman <[email protected]> Sat, 18 Nov 2023 00:12:45 +0300
17+
118
figma-linux (0.11.1-1ubuntu0) devel; urgency=medium
219

320
* Publish 0.11.1 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.11.0'
2+
version: '0.11.1'
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.11.0",
3+
"version": "0.11.1",
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": "[email protected]:ChugunovRoman/figma-linux.git",

0 commit comments

Comments
 (0)