Skip to content

Commit

Permalink
More bug fixes for default file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Aug 1, 2017
1 parent b8fb748 commit 1fffbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ MIT
Changelog
=========

[1.0.13](https://github.com/jdalrymple/node-gitlab-api/) (2017-07-31)
[1.0.14](https://github.com/jdalrymple/node-gitlab-api/b8fb74828503f0a6432376ad156b7f9e33f6228e) (2017-07-31)
------------------
- Fixed another bug in the project file upload functionality

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-gitlab-api",
"version": "1.0.13",
"version": "1.0.14",
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.",
"main": "src/index.js",
"directories": {},
Expand Down

0 comments on commit 1fffbfb

Please sign in to comment.