-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from notum-cz/chore/bump-version-133
chore: bump version to 1.3.3, update maintainer list
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@notum-cz/strapi-plugin-location", | ||
"version": "1.2.8", | ||
"version": "1.3.3", | ||
"description": "This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their location.", | ||
"keywords": [ | ||
"strapi", | ||
|
@@ -20,7 +20,7 @@ | |
}, | ||
"maintainers": [ | ||
"Notum Technologies s.r.o. <[email protected]> (https://notum.cz/en/strapi)", | ||
"Ondřej Mikulčík <ondrej.mikulcik@notum.cz> (https://notum.cz/en/strapi)" | ||
"Dominik Juriga <dominik.juriga@notum.cz> (https://notum.cz/en/strapi)" | ||
], | ||
"scripts": { | ||
"develop": "NODE_ENV=development tsc -p tsconfig.server.json -w" | ||
|