From bd0525e5f0caf432604757ff23485a053ca7b586 Mon Sep 17 00:00:00 2001 From: Taylor Cox Date: Sun, 22 Apr 2018 09:47:41 -0400 Subject: [PATCH] update version numbers --- nyt-connectorConfig.xml | 2 +- package.json | 4 ++-- src/store.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nyt-connectorConfig.xml b/nyt-connectorConfig.xml index 19cce81..e01772b 100644 --- a/nyt-connectorConfig.xml +++ b/nyt-connectorConfig.xml @@ -7,7 +7,7 @@ New York Times New York Times connector developed with Vue.js, Vuetify and the Alteryx HTML/JavaScript SDK. Select multiple sections of the NYT to pull articles from. New York Times - v1.2.0 + v1.2.1 Connectors nyt,vue,vuejs,vuetify diff --git a/package.json b/package.json index a692413..efa52a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nyt-connector", "description": "An Alteryx NYT input connector built with Vue.js and Vuetify", - "version": "1.0.0", + "version": "1.2.1", "author": "Taylor Cox", "private": true, "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "axios": "^0.17.1", - "npm": "^5.7.1", + "npm": "^5.8.0", "vue": "^2.5.3", "vuelidate": "^0.6.1", "vuetify": "^0.17.4", diff --git a/src/store.js b/src/store.js index d4e7f8b..e9af7d5 100644 --- a/src/store.js +++ b/src/store.js @@ -7,7 +7,7 @@ export const store = new Vuex.Store({ state: { config: { appTitle: 'New York Times', - appVersion: 'v1.2.0', + appVersion: 'v1.2.1', latestUrl: 'https://api.github.com/repos/alteryx-vue/nyt-connector/releases/latest', updateAvail: false, updatePrompt: false,