Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Cox committed Apr 22, 2018
1 parent 52b0f9c commit bd0525e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nyt-connectorConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Name>New York Times</Name>
<Description>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.</Description>
<RootToolName>New York Times</RootToolName>
<ToolVersion>v1.2.0</ToolVersion>
<ToolVersion>v1.2.1</ToolVersion>
<ToolInDb value="false" />
<CategoryName>Connectors</CategoryName>
<SearchTags>nyt,vue,vuejs,vuetify</SearchTags>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bd0525e

Please sign in to comment.