Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Guggenmos <[email protected]>
  • Loading branch information
slrtbtfs committed Jan 24, 2020
1 parent f35048c commit d448183
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Prometheus Extension for VS Code based on the [PromQL Language Server](https://g
```
3. Download the latest release binary from the releases page and install it with
```
code --install-extension vscode-prometheus-0.0.1.vsix
code --install-extension vscode-prometheus-0.1.0.vsix
```
4. Restart VS Code
5. If you want to get metadata from a Prometheus server, set the `prometheus.url` setting in VS Code to the URL of the desired Prometheus.:
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -5,7 +5,7 @@
"publisher": "slrtbtfs",
"license": "Apache-2.0",
"repository": "https://github.com/slrtbtfs/vscode-prometheus",
"version": "0.0.1",
"version": "0.1.0",
"engines": {
"vscode": "^1.38.0"
},
Expand Down

0 comments on commit d448183

Please sign in to comment.