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

Commit a05185f

Browse files
committed
[:bookmark:] v2.0.1
1 parent 4bc6ca5 commit a05185f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import path from "path";
22

3-
export const VERSION = "2.0.0";
3+
export const VERSION = "2.0.1";
44

55
export const ROOT_DIR = "figma-backup-root";
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-backup",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "./lib/index.js",
55
"repository": "[email protected]:mimshins/figma-backup.git",
66
"description": "FigmaBackup is a Node.js CLI to backup Figma files and store them as local .fig files.",

0 commit comments

Comments
 (0)