Skip to content

Commit

Permalink
fix($Env): correct the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Jan 30, 2020
1 parent d0b938d commit 95ac251
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
VUE_APP_PACKAGE_JSON=''

# TAG must be corresponding with the version tag in package.json, need to modify it when new version releases
TAG=1.0.0
TAG=1.0.2
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.2](https://github.com/johnnymillergh/exrx-net-crawler/compare/v1.0.1...v1.0.2) (2020-01-30)



# 1.0.0 (2020-01-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exrx-net-crawler",
"version": "1.0.0",
"version": "1.0.2",
"license": "Apache-2.0",
"description": "The Crawler for ExRx.net",
"author": {
Expand Down

0 comments on commit 95ac251

Please sign in to comment.