From 28732a91e73a893f8c2d581ff04b71f10a3b30cd Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 18 Apr 2019 13:23:09 +0200 Subject: [PATCH] v0.3.5 --- README.md | 2 +- openeo.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1301cb10..7bac3585 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ JavaScript client for the openEO API. [![Build Status](https://travis-ci.org/Open-EO/openeo-js-client.svg?branch=master)](https://travis-ci.org/Open-EO/openeo-js-client) -This client is in **version 0.3.3** and supports **openEO API versions 0.3.0 and 0.3.1**. Legacy versions are available as releases. +This client is in **version 0.3.5** and supports **openEO API versions 0.3.0 and 0.3.1**. Legacy versions are available as releases. ## Usage This library can run in a recent browser supporting ECMAScript 2015 or node.js. diff --git a/openeo.js b/openeo.js index fc0be1fb..cda5b3f6 100644 --- a/openeo.js +++ b/openeo.js @@ -35,7 +35,7 @@ class OpenEO { } version() { - return "0.3.3"; + return "0.3.5"; } } diff --git a/package.json b/package.json index a18b554c..da101f96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openeo/js-client", - "version": "0.3.4", + "version": "0.3.5", "author": "openEO Consortium", "contributors": [ {