From 304e5a174f20dc290070ea1e8a5ce205cc5da265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Chrastina?= Date: Fri, 4 Jan 2019 13:33:10 +0100 Subject: [PATCH] prepare for release --- .travis.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f5ef98f..ffc005aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,5 @@ deploy: email: $NPM_EMAIL api_key: $NPM_API_KEY skip_cleanup: true - tag: beta on: tags: true \ No newline at end of file diff --git a/package.json b/package.json index d33717e8..f54dcb06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-kentico-cloud", - "version": "2.1.5-beta", + "version": "2.1.5", "description": "Gatsby source plugin for Kentico Cloud", "main": "./gatsby-node.js", "scripts": {