From fe3007c8bce474742d50733186d228d61abd7f82 Mon Sep 17 00:00:00 2001 From: terrablue <102580937+terrablue@users.noreply.github.com> Date: Fri, 9 Aug 2024 22:20:44 +0200 Subject: [PATCH] core/native: new versions --- packages/core/package.json | 2 +- packages/native/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index da68ff3a..c13b1042 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@primate/core", - "version": "0.1.4", + "version": "0.1.5", "description": "Primate core", "homepage": "https://primatejs.com", "bugs": "https://github.com/primatejs/primate/issues", diff --git a/packages/native/package.json b/packages/native/package.json index 2a3f99ee..e9f743ac 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@primate/native", - "version": "0.1.2", + "version": "0.1.3", "description": "Primate native applications", "homepage": "https://primatejs.com/modules/native", "bugs": "https://github.com/primatejs/primate/issues",