From 8f85bdab82e04c81c6a2233dc5ec2ff295ae3f28 Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Thu, 15 Dec 2022 11:35:55 +0100 Subject: [PATCH] Set version to v1.1.0 --- docs/_coverpage.md | 2 +- docs/workshop.md | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 8a9b11fa..b5327e06 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,4 +1,4 @@ -# Wegue 1.0.0 +# Wegue 1.1.0 > Simple Webmapping with OpenLayers and Vue.js diff --git a/docs/workshop.md b/docs/workshop.md index a2dea3ba..48b414c9 100644 --- a/docs/workshop.md +++ b/docs/workshop.md @@ -1,6 +1,6 @@ # Workshop -This workshop uses Wegue version [`v1.0.0`](https://github.com/wegue-oss/wegue/releases/tag/v1.0.0) but works for higher versions with no or little adaptation. +This workshop uses Wegue version [`v1.1.0`](https://github.com/wegue-oss/wegue/releases/tag/v1.1.0) 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.0.0**](https://gitpod.io/#https://github.com/wegue-oss/wegue/tree/v1.0.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.1.0**](https://gitpod.io/#https://github.com/wegue-oss/wegue/tree/v1.1.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. ![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.0.0 + git checkout v1.1.0 ``` -- Alternatively download a zip-archive of Wegue via GitHub using this [link](https://github.com/wegue-oss/wegue/archive/refs/tags/v1.0.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.1.0.zip) and extract it. ## Start Wegue diff --git a/package.json b/package.json index 93f0c5f1..70038a84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wegue", - "version": "1.0.0", + "version": "1.1.0", "description": "Template project for a WebGIS client with OpenLayers and Vue.js", "author": "Christian Mayer ", "contributors": [