[REL] bump to v0.9.0

This commit is contained in:
Géry Debongnie
2019-05-03 12:05:46 +02:00
parent eb4ca0a8d5
commit 5b9abb6785
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -59,8 +59,8 @@ More interesting examples can be found on the [playground](https://odoo.github.i
If you want to use a simple `<script>` tag, the last release can be downloaded here:
- [owl-0.8.0.js](https://github.com/odoo/owl/releases/download/v0.8.0/owl-0.8.0.js)
- [owl-0.8.0.min.js](https://github.com/odoo/owl/releases/download/v0.8.0/owl-0.8.0.min.js)
- [owl-0.9.0.js](https://github.com/odoo/owl/releases/download/v0.9.0/owl-0.9.0.js)
- [owl-0.9.0.min.js](https://github.com/odoo/owl/releases/download/v0.9.0/owl-0.9.0.min.js)
Some npm scripts are available:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owl",
"version": "0.8.0",
"version": "0.9.0",
"description": "Odoo Web Library (OWL)",
"main": "src/index.ts",
"scripts": {