Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
Signed-off-by: marcorivm <[email protected]>
  • Loading branch information
marcorivm committed Oct 15, 2020
1 parent cb735d3 commit 418979c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
In some scenarios like when working in a CI environment where we might want to load environment variables from the system variables instead of an .env file. This plugin will handle loading system variables as long as they are present in the .env.example file.

For Quasar v1.x look at the [1.x branch](https://github.com/marcorivm/quasar-app-extension-system-environment-variables/tree/1.x)

## Install

```bash
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
@@ -1,6 +1,6 @@
{
"name": "quasar-app-extension-system-environment-variables",
"version": "2.0.1",
"version": "2.0.2",
"description": "Loads environment variables from the system and makes them available through process.env. Works best for building on CI/CD environments",
"author": "marcorivm <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 418979c

Please sign in to comment.