From 444e8bfdd0d71160d92e53c6ae8d8adc19fb5fba Mon Sep 17 00:00:00 2001 From: Taylor Cox Date: Tue, 27 Mar 2018 14:23:47 -0400 Subject: [PATCH] just updating version numbers --- nyt-connectorConfig.xml | 2 +- src/store.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nyt-connectorConfig.xml b/nyt-connectorConfig.xml index 9f8ff74..19cce81 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.1.2 + v1.2.0 Connectors nyt,vue,vuejs,vuetify diff --git a/src/store.js b/src/store.js index 3386398..d4e7f8b 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.1.2', + appVersion: 'v1.2.0', latestUrl: 'https://api.github.com/repos/alteryx-vue/nyt-connector/releases/latest', updateAvail: false, updatePrompt: false,