From e0f03e554433da029caafea75b8b8114f7b82e52 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 13 Aug 2020 18:06:45 +0200 Subject: [PATCH] Update version numbers, v1.1.1 --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 00e3c70..ee91471 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ A set of common JavaScript functionalities for [openEO](http://openeo.org). -The [master branch](https://github.com/Open-EO/openeo-api/tree/master) is the 'stable' version of library, which is currently version **1.1.0**. +The [master branch](https://github.com/Open-EO/openeo-api/tree/master) is the 'stable' version of library, which is currently version **1.1.1**. The [draft branch](https://github.com/Open-EO/openeo-api/tree/draft) is where active development takes place. [![Build Status](https://travis-ci.org/Open-EO/openeo-js-commons.svg?branch=master)](https://travis-ci.org/Open-EO/openeo-js-commons) ![Dependencies](https://img.shields.io/librariesio/release/npm/@openeo/js-commons) -![Minified Size](https://img.shields.io/bundlephobia/min/@openeo/js-commons/1.1.0) -![Minzipped Size](https://img.shields.io/bundlephobia/minzip/@openeo/js-commons/1.1.0) +![Minified Size](https://img.shields.io/bundlephobia/min/@openeo/js-commons/1.1.1) +![Minzipped Size](https://img.shields.io/bundlephobia/minzip/@openeo/js-commons/1.1.1) ![Supported API Versions](https://img.shields.io/github/package-json/apiVersions/Open-Eo/openeo-js-commons/master) ## Features @@ -40,4 +40,4 @@ In a web environment you can include the library as follows: ``` -More information can be found in the [**JS commons documentation**](https://open-eo.github.io/openeo-js-commons/1.1.0/). \ No newline at end of file +More information can be found in the [**JS commons documentation**](https://open-eo.github.io/openeo-js-commons/1.1.1/). \ No newline at end of file diff --git a/package.json b/package.json index 5438abe..ddea36e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openeo/js-commons", - "version": "1.1.0", + "version": "1.1.1", "apiVersions": [ "0.4.x", "1.0.x"