Skip to content

Commit

Permalink
just updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Cox committed Mar 27, 2018
1 parent 0de34c3 commit 444e8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.2</ToolVersion>
<ToolVersion>v1.2.0</ToolVersion>
<ToolInDb value="false" />
<CategoryName>Connectors</CategoryName>
<SearchTags>nyt,vue,vuejs,vuetify</SearchTags>
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.1.2',
appVersion: 'v1.2.0',
latestUrl: 'https://api.github.com/repos/alteryx-vue/nyt-connector/releases/latest',
updateAvail: false,
updatePrompt: false,
Expand Down

0 comments on commit 444e8bf

Please sign in to comment.