Skip to content

Commit 6e50f3f

Browse files
authored
Version 1.0.2 (#112)
* Version 1.0.2 * Update package version to 1.0.2
1 parent 5de9f0a commit 6e50f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fhir-validator-app",
3-
"version": "0.0.1",
3+
"version": "1.0.2",
44
"description": "A Standalone FHIR Validation App",
55
"main": "index.js",
66
"directories": {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '1.0.1';
1+
export default '1.0.2';

0 commit comments

Comments
 (0)