diff --git a/.env b/.env index bf928f8..afc5d18 100644 --- a/.env +++ b/.env @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d66ef7..8c50765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 59e9e60..bb83058 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.11 +1.0.12 diff --git a/package.json b/package.json index 8845532..1ad7868 100644 --- a/package.json +++ b/package.json @@ -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",