We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b27139 commit 36c9a60Copy full SHA for 36c9a60
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openmrs.js",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"main": "lib/openmrs.js",
5
"publishConfig": {
6
"tag": "alpha"
src/constants.js
/* eslint-disable no-unused-vars */
export const OMRSJS_CLASS_NAME = 'OpenMRS';
-export const OMRSJS_VERSION = '0.0.1';
+export const OMRSJS_VERSION = '0.0.2';
export const OMRSJS_DEFAULT_PROTOCOL = 'http';
export const OMRSJS_OPENAPI_SPEC_PATH_SUFFIX = 'module/webservices/rest/swagger.json';
0 commit comments