Skip to content

Commit 36c9a60

Browse files
committed
☝️ Bump version.
1 parent 6b27139 commit 36c9a60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openmrs.js",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "lib/openmrs.js",
55
"publishConfig": {
66
"tag": "alpha"

Diff for: src/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-unused-vars */
22
export const OMRSJS_CLASS_NAME = 'OpenMRS';
3-
export const OMRSJS_VERSION = '0.0.1';
3+
export const OMRSJS_VERSION = '0.0.2';
44

55
export const OMRSJS_DEFAULT_PROTOCOL = 'http';
66
export const OMRSJS_OPENAPI_SPEC_PATH_SUFFIX = 'module/webservices/rest/swagger.json';

0 commit comments

Comments
 (0)