Skip to content

Commit 79a2c08

Browse files
committed
v4.1.1
1 parent b863c84 commit 79a2c08

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facilmap-client",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.",
55
"keywords": [
66
"maps",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facilmap-docs",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Documentation for FacilMap.",
55
"author": "Candid Dauth <cdauth@cdauth.eu>",
66
"repository": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facilmap-frontend",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
55
"keywords": [
66
"maps",

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facilmap-integration-tests",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"private": true,
55
"type": "module",
66
"homepage": "https://github.com/FacilMap/facilmap",

leaflet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facilmap-leaflet",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Utilities to show FacilMap objects on a Leaflet map.",
55
"keywords": [
66
"maps",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facilmap-server",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"type": "module",
55
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
66
"keywords": [

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facilmap-types",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Typescript typings for the FacilMap communication between client and server.",
55
"homepage": "https://github.com/FacilMap/facilmap",
66
"bugs": {

utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facilmap-utils",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "FacilMap helper functions used in both the frontend and backend.",
55
"keywords": [
66
"facilmap"

0 commit comments

Comments
 (0)