Skip to content

Commit

Permalink
Bump package version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankn8 committed Jul 23, 2021
1 parent 15ab5db commit 0a522a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
17 changes: 5 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "weatherman",
"displayName": "WeatherMan",
"description": "Provides intelligent weather forecast",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Kiran Kilingar Nadumane"
},
Expand Down
2 changes: 1 addition & 1 deletion src/config/settings/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const extensionSettings = {
viewType: "weatherMan",
appName: "WeatherMan",
invocationCmd: "weatherman.forecast",
statusBarPriority: 0,
statusBarPriority: -1,
webpackConfig: {
outputDir: "dist",
webviewJsFile: "bundle.js",
Expand Down

0 comments on commit 0a522a2

Please sign in to comment.