Skip to content

Commit

Permalink
Add version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-hempel committed Jun 14, 2024
1 parent a52a0a7 commit 11e3e5d
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.11
REACT_APP_VERSION_APP_DATE="Thursday, June 06, 2024 - 22:10:15"
REACT_APP_VERSION_APP=1.0.12
REACT_APP_VERSION_APP_DATE="Friday, June 14, 2024 - 21:33:14"

# Location API url and api version (See https://jubianchi.github.io/semver-check)
REACT_APP_LOCATION_API_URL=https://loc8.place
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.12] - 2024-06-14

* Add time to detail page

### [1.0.11] - 2024-06-06

* Fix html structure
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.11
1.0.12
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.11",
"version": "1.0.12",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
Expand Down

0 comments on commit 11e3e5d

Please sign in to comment.