From 5face80bd1c8231c0d35fb8ca6ad232ddc0b39a6 Mon Sep 17 00:00:00 2001 From: Joshua Mshana Date: Sun, 26 Jun 2022 18:44:25 +0300 Subject: [PATCH] update package version --- package.json | 4 ++-- projects/purchases/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cd249a4..24f4e60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartstock-purchases", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "ng": "ng", "box": "yarn install && yarn start", @@ -54,4 +54,4 @@ "tslint": "~6.1.0", "typescript": "~4.7.4" } -} \ No newline at end of file +} diff --git a/projects/purchases/package.json b/projects/purchases/package.json index cb0cc2a..4628757 100644 --- a/projects/purchases/package.json +++ b/projects/purchases/package.json @@ -1,6 +1,6 @@ { "name": "smartstock-purchases", - "version": "1.0.0", + "version": "1.0.1", "repository": { "url": "git://github.com/smartstocktz/smartstock-purchases.git" },