Skip to content

Commit

Permalink
Add version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-hempel committed May 25, 2024
1 parent a76a163 commit 308c594
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version of this app
REACT_APP_VERSION_APP=1.0.1
REACT_APP_VERSION_APP_DATE="Saturday, May 25, 2024 - 12:15:15"
REACT_APP_VERSION_APP=1.0.2
REACT_APP_VERSION_APP_DATE="Saturday, May 25, 2024 - 12:28:15"

# Location API url and api version (See https://jubianchi.github.io/semver-check)
REACT_APP_LOCATION_API_URL=https://location.twelvepics.com
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Changelogs

### [1.0.2] - 2024-05-25

* Improved geolocation position detection

### [1.0.1] - 2024-05-25

* Support for all countries within the search filter
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-locate-place",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
Expand Down

0 comments on commit 308c594

Please sign in to comment.