diff --git a/package.json b/package.json index 1669585e..64eeea73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odoo/owl", - "version": "2.0.8", + "version": "2.0.9", "description": "Odoo Web Library (OWL)", "main": "dist/owl.cjs.js", "module": "dist/owl.es.js", diff --git a/src/version.ts b/src/version.ts index f0210427..07401ed9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // do not modify manually. This value is updated by the release script. -export const version = "2.0.8"; +export const version = "2.0.9";