From 1ccf261ef353afa0215538a4b806f404b4d5ac04 Mon Sep 17 00:00:00 2001 From: mgoodrich Date: Mon, 30 Sep 2019 15:31:37 -0400 Subject: [PATCH] release 1.3.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f4589e5..ab875075 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ However, the component can handle parsing locales with a country. Component... i # Publishing a new version -Set the version number you want to release in the pom, and then run: +Set the version number you want to release in the package.json, and then run: ``` npm run pack diff --git a/package.json b/package.json index 4ff940a0..c8fad87e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openmrs/react-components", - "version": "1.2.0", + "version": "1.3.0", "description": "Common reusable OpenMRS Ref App components build in React", "main": "./lib/index.js", "author": "OpenMRS",