Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 1797092

Browse files
fix: api version
1 parent 1035f4f commit 1797092

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.2 (2021-04-05)
2+
3+
### Fix
4+
5+
- manifest api is not the plugin version but, the Figma api version itself therefore 1.0.0
6+
17
# 1.0.1 (2021-03-23)
28

39
### Fix

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Figma to DeckDeckGo",
33
"id": "950777256486678678",
4-
"api": "1.0.1",
4+
"api": "1.0.0",
55
"main": "dist/plugin.js",
66
"ui": "dist/ui.html"
77
}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-deckdeckgo-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Export Figma frames to DeckDeckGo",
55
"main": "dist/plugin.js",
66
"scripts": {

0 commit comments

Comments
 (0)