[REL] bump to v0.8.0

This commit is contained in:
Géry Debongnie
2019-04-24 10:11:32 +02:00
parent 1a778922af
commit b14d264718
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -48,8 +48,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.7.0.js](https://odoo.github.io/owl/releases/owl-0.7.0.js)
- [owl-0.7.0.min.js](https://odoo.github.io/owl/releases/owl-0.7.0.min.js)
- [owl-0.8.0.js](https://odoo.github.io/owl/releases/owl-0.8.0.js)
- [owl-0.8.0.min.js](https://odoo.github.io/owl/releases/owl-0.8.0.min.js)
Some npm scripts are available:
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owl",
"version": "0.7.0",
"version": "0.8.0",
"description": "Odoo Web Library (OWL)",
"main": "src/index.ts",
"scripts": {