Skip to content

Commit

Permalink
Update version numbers, v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 13, 2020
1 parent 878537c commit e0f03e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -40,4 +40,4 @@ In a web environment you can include the library as follows:
<script src="https://cdn.jsdelivr.net/npm/@openeo/js-commons@1/dist/main.min.js"></script>
```

More information can be found in the [**JS commons documentation**](https://open-eo.github.io/openeo-js-commons/1.1.0/).
More information can be found in the [**JS commons documentation**](https://open-eo.github.io/openeo-js-commons/1.1.1/).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/js-commons",
"version": "1.1.0",
"version": "1.1.1",
"apiVersions": [
"0.4.x",
"1.0.x"
Expand Down

0 comments on commit e0f03e5

Please sign in to comment.