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": {