Skip to content

Commit

Permalink
v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Jul 5, 2024
1 parent 64b40d4 commit 590e3c6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-client",
"version": "4.1.1",
"version": "4.1.2",
"description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.",
"keywords": [
"maps",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-docs",
"version": "4.1.1",
"version": "4.1.2",
"description": "Documentation for FacilMap.",
"author": "Candid Dauth <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "4.1.1",
"version": "4.1.2",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"maps",
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-integration-tests",
"version": "4.1.1",
"version": "4.1.2",
"private": true,
"type": "module",
"homepage": "https://github.com/FacilMap/facilmap",
Expand Down
2 changes: 1 addition & 1 deletion leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-leaflet",
"version": "4.1.1",
"version": "4.1.2",
"description": "Utilities to show FacilMap objects on a Leaflet map.",
"keywords": [
"maps",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "4.1.1",
"version": "4.1.2",
"type": "module",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-types",
"version": "4.1.1",
"version": "4.1.2",
"description": "Typescript typings for the FacilMap communication between client and server.",
"homepage": "https://github.com/FacilMap/facilmap",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facilmap-utils",
"version": "4.1.1",
"version": "4.1.2",
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"facilmap"
Expand Down

0 comments on commit 590e3c6

Please sign in to comment.