File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ npm install @odoo/owl
110
110
111
111
If you want to use a simple ` <script> ` tag, the last release can be downloaded here:
112
112
113
- - [ owl-1.0.3 .js] ( https://github.com/odoo/owl/releases/download/v1.0.3 /owl.js )
114
- - [ owl-1.0.3 .min.js] ( https://github.com/odoo/owl/releases/download/v1.0.3 /owl.min.js )
113
+ - [ owl-1.0.4 .js] ( https://github.com/odoo/owl/releases/download/v1.0.4 /owl.js )
114
+ - [ owl-1.0.4 .min.js] ( https://github.com/odoo/owl/releases/download/v1.0.4 /owl.min.js )
115
115
116
116
Some npm scripts are available:
117
117
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @odoo/owl" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Odoo Web Library (OWL)" ,
5
5
"main" : " dist/owl.js" ,
6
6
"types" : " dist/types/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# 🦉 OWL Roadmap 🦉
2
2
3
- - Current version: 1.0.3
3
+ - Current version: 1.0.4
4
4
- Status: stable
5
5
6
6
This roadmap is only an attempt at predicting Owl's future. Everything may
You can’t perform that action at this time.
0 commit comments