From 1753da807af98d8b6d381c2a946661f31767b9c2 Mon Sep 17 00:00:00 2001 From: Dima Portenko Date: Fri, 20 Oct 2023 10:53:39 +0300 Subject: [PATCH] patch version again --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40e99f9..68bbe76 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Made with [create-react-native-library](https://github.com/callstack/react-nativ # TODO -- [ ] publish to npm +- [x] publish to npm - [ ] test install as npm package - [ ] add github action to publish to npm - [x] add readme diff --git a/package.json b/package.json index 16517b7..1812f33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-liquid-gauge", - "version": "0.1.1", + "version": "0.1.2", "description": "Unveiling the React Native Liquid Gauge, a charming and highly customizable UI component engineered to represent progress in a visually intuitive manner. This library is built on top of react-native-skia, ensuring smooth rendering and high performance across different platforms while making it easier to integrate within your React Native projects.", "main": "lib/commonjs/index", "module": "lib/module/index",