From 23c9451d425646de04879c00e66850f91869d13e Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Mon, 8 May 2023 09:31:50 +0200 Subject: [PATCH] Set version to 1.2.1 --- docs/_coverpage.md | 2 +- docs/workshop.md | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 10c10157..2ae402df 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,4 +1,4 @@ -# Wegue 1.2.0 +# Wegue 1.2.1 > Simple Webmapping with OpenLayers and Vue.js diff --git a/docs/workshop.md b/docs/workshop.md index e04f619f..3f7cdad0 100644 --- a/docs/workshop.md +++ b/docs/workshop.md @@ -1,6 +1,6 @@ # Workshop -This workshop uses Wegue version [`v1.2.0`](https://github.com/wegue-oss/wegue/releases/tag/v1.2.0) but works for higher versions with no or little adaptation. +This workshop uses Wegue version [`v1.2.1`](https://github.com/wegue-oss/wegue/releases/tag/v1.2.1) but works for higher versions with no or little adaptation. ## Prerequisites @@ -12,7 +12,7 @@ You should have basic knowledge of using a commandline and a basic understanding For this workshop or to quickly try something, you can use the online-environment Gitpod. For this you need a browser and you need to register at Gitpod. That can be done with an existing GitHub account. -To get started navigate to [**gitpod.io/#https://github.com/wegue-oss/wegue/tree/v1.2.0**](https://gitpod.io/#https://github.com/wegue-oss/wegue/tree/v1.2.0). Ideally, you will see a terminal running commands to set up Wegue. After some moments (~1 minute) you should see a running Wegue instance in one of the editor's panes like in this screenshot. +To get started navigate to [**gitpod.io/#https://github.com/wegue-oss/wegue/tree/v1.2.1**](https://gitpod.io/#https://github.com/wegue-oss/wegue/tree/v1.2.1). Ideally, you will see a terminal running commands to set up Wegue. After some moments (~1 minute) you should see a running Wegue instance in one of the editor's panes like in this screenshot. ![Wegue running in Gitpod](_media/workshop/gitpod-wegue.png) @@ -37,10 +37,10 @@ We need to download Wegue. This can be done in two ways: cd wegue # checkout the version of the Workshop - git checkout v1.2.0 + git checkout v1.2.1 ``` -- Alternatively download a zip-archive of Wegue via GitHub using this [link](https://github.com/wegue-oss/wegue/archive/refs/tags/v1.2.0.zip) and extract it. +- Alternatively download a zip-archive of Wegue via GitHub using this [link](https://github.com/wegue-oss/wegue/archive/refs/tags/v1.2.1.zip) and extract it. ## Start Wegue diff --git a/package-lock.json b/package-lock.json index 484a3dcd..51ac5f01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wegue", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa3c088a..8dbeb536 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wegue", - "version": "1.2.0", + "version": "1.2.1", "description": "Template project for a WebGIS client with OpenLayers and Vue.js", "author": "Christian Mayer ", "contributors": [