From bebf5f20394d797c5c38af02bedd127a171eb7de Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Thu, 30 Jun 2022 11:24:18 -0700 Subject: [PATCH] Bump package version --- VERSION | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4573d795..da4a116c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.14 \ No newline at end of file +1.18.14 \ No newline at end of file diff --git a/bower.json b/bower.json index 1ae4a2ad..5a14af4d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "asana", "main": "dist/asana.js", - "version": "0.18.14", + "version": "1.0.0", "homepage": "https://github.com/Asana/node-asana", "authors": [ "Greg Slovacek ", diff --git a/package.json b/package.json index faebbc2c..021c6497 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asana", - "version": "0.18.14", + "version": "1.0.0", "description": "Official NodeJS and BrowserJS client for the Asana API", "main": "index.js", "scripts": {