diff --git a/bin/constants.ts b/bin/constants.ts index a923e2f..39dbcf2 100644 --- a/bin/constants.ts +++ b/bin/constants.ts @@ -1,6 +1,6 @@ import path from "path"; -export const VERSION = "2.0.0"; +export const VERSION = "2.0.1"; export const ROOT_DIR = "figma-backup-root"; diff --git a/package.json b/package.json index 7dc74f4..2f5fbd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "figma-backup", - "version": "2.0.0", + "version": "2.0.1", "main": "./lib/index.js", "repository": "git@github.com:mimshins/figma-backup.git", "description": "FigmaBackup is a Node.js CLI to backup Figma files and store them as local .fig files.",