Skip to content

Commit e402ee6

Browse files
committed
[REL] v1.0.4
1 parent 5711eb0 commit e402ee6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ npm install @odoo/owl
110110

111111
If you want to use a simple `<script>` tag, the last release can be downloaded here:
112112

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)
115115

116116
Some npm scripts are available:
117117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@odoo/owl",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Odoo Web Library (OWL)",
55
"main": "dist/owl.js",
66
"types": "dist/types/index.d.ts",

roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🦉 OWL Roadmap 🦉
22

3-
- Current version: 1.0.3
3+
- Current version: 1.0.4
44
- Status: stable
55

66
This roadmap is only an attempt at predicting Owl's future. Everything may

0 commit comments

Comments
 (0)