Skip to content

Commit

Permalink
Publish v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgadam committed Aug 21, 2015
1 parent 4e00eda commit d999b25
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ v0.0.1:
* uploadFile
* downloadFile
- This Artifactoty API module is complaint with Artifactory 3.X

v0.0.2:
date: 2015-08-18
changes:
- Fix issue where fileExists was checking for the incorrect HTTP Return Code.

v0.0.3:
date: 2015-08-21
changes:
- Fix incorrectly named response variable in downloadFile
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
},
"author": {
"name": "Christian Adam",
"email" : "[email protected]"
"email": "[email protected]"
},
"license": "MIT",
"contributors": [{
"name": "William Beard",
"email": "[email protected]"
}],
"license": "MIT",
"keywords": [
"Artifactory",
"REST API",
Expand All @@ -25,7 +29,7 @@
"underscore": "1.8.3",
"q": "1.4.1",
"request": "2.58.0",
"md5-file" : "2.0.3"
"md5-file": "2.0.3"
},
"bugs": {
"url": "https://github.com/cgadam/artifactory-api/issues"
Expand Down

0 comments on commit d999b25

Please sign in to comment.