[REL] v2.1.0

This commit is contained in:
Géry Debongnie
2023-03-30 13:05:25 +02:00
parent 1b1597c49e
commit 64de716b91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@odoo/owl", "name": "@odoo/owl",
"version": "2.0.9", "version": "2.1.0",
"description": "Odoo Web Library (OWL)", "description": "Odoo Web Library (OWL)",
"main": "dist/owl.cjs.js", "main": "dist/owl.cjs.js",
"module": "dist/owl.es.js", "module": "dist/owl.es.js",
+1 -1
View File
@@ -1,2 +1,2 @@
// do not modify manually. This value is updated by the release script. // do not modify manually. This value is updated by the release script.
export const version = "2.0.9"; export const version = "2.1.0";