Skip to content

Commit

Permalink
Update version numbers, v1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Sep 25, 2020
1 parent c2ebb91 commit 37880b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Build Status](https://travis-ci.org/Open-EO/openeo-js-processgraphs.svg?branch=master)](https://travis-ci.org/Open-EO/openeo-js-processgraphs)

This library's version is **1.0.0-beta.5** and supports **openEO API version 1.0.x**.
This library's version is **1.0.0-beta.6** and supports **openEO API version 1.0.x**.

This repository was split apart from [openeo-js-commons](https://github.com/Open-EO/openeo-js-commons). Old releases can be found there.

Expand All @@ -24,7 +24,7 @@ In a web environment you can include the library as follows:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ajv.bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@openeo/[email protected].5/dist/main.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@openeo/[email protected].6/dist/main.min.js"></script>
```

More information can be found in the [**documentation**](https://open-eo.github.io/openeo-js-processgraphs/1.0.0-beta.5/).
More information can be found in the [**documentation**](https://open-eo.github.io/openeo-js-processgraphs/1.0.0-beta.6/).
2 changes: 1 addition & 1 deletion examples/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8" />
<title>openeo-js-processgraphs example</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ajv.bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@openeo/[email protected].5/dist/main.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@openeo/[email protected].6/dist/main.min.js"></script>

<script>
async function validate() {
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-processgraphs",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"author": "openEO Consortium",
"contributors": [
{
Expand Down

0 comments on commit 37880b1

Please sign in to comment.