From fc6980231027785c22c57bb3235d531b1dad85b2 Mon Sep 17 00:00:00 2001 From: Junyoung Choi Date: Wed, 9 Jun 2021 11:50:00 +0900 Subject: [PATCH] 0.18.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfbdb76d1e..e9adfc748f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "boostnote.next", - "version": "0.18.0-1", + "version": "0.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e26b7fb956..8f021353a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "boostnote.next", "productName": "Boost Note", - "version": "0.18.0-1", + "version": "0.18.0", "description": "A Polished Notes App with Github Flavored Markdown", "main": "app/index.js", "repository": {