Skip to content

Commit

Permalink
Merge pull request #45 from EyeSeeTea/development
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
adrianq authored May 31, 2020
2 parents 183f22c + 6b5b1f0 commit 97832b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "d2-api",
"description": "Typed wrapper over DHIS2 API",
"version": "0.2.2",
"version": "0.2.3",
"license": "GPL-3.0",
"author": "EyeSeeTea team",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/api/dataValues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export interface DataValueSetsDataValue {
categoryOptionCombo: Id;
attributeOptionCombo: Id;
value: string;
comment: string;
storedBy: string;
created: string;
lastUpdated: string;
Expand Down

0 comments on commit 97832b2

Please sign in to comment.