Skip to content

Commit

Permalink
v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Apr 18, 2019
1 parent 2804dda commit 28732a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion openeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class OpenEO {
}

version() {
return "0.3.3";
return "0.3.5";
}
}

Expand Down
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-client",
"version": "0.3.4",
"version": "0.3.5",
"author": "openEO Consortium",
"contributors": [
{
Expand Down

0 comments on commit 28732a9

Please sign in to comment.