[REL] bump to v0.17.0

This commit is contained in:
Géry Debongnie
2019-07-13 17:06:43 +02:00
parent 545ceefc3d
commit 9f9b6b174e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ string. More interesting examples can be found on the
If you want to use a simple `<script>` tag, the last release can be downloaded here: If you want to use a simple `<script>` tag, the last release can be downloaded here:
- [owl-0.16.0.js](https://github.com/odoo/owl/releases/download/v0.16.0/owl.js) - [owl-0.17.0.js](https://github.com/odoo/owl/releases/download/v0.17.0/owl.js)
- [owl-0.16.0.min.js](https://github.com/odoo/owl/releases/download/v0.16.0/owl.min.js) - [owl-0.17.0.min.js](https://github.com/odoo/owl/releases/download/v0.17.0/owl.min.js)
Some npm scripts are available: Some npm scripts are available:
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "owl", "name": "owl",
"version": "0.16.0", "version": "0.17.0",
"description": "Odoo Web Library (OWL)", "description": "Odoo Web Library (OWL)",
"main": "src/index.ts", "main": "src/index.ts",
"scripts": { "scripts": {