Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Nov 24, 2019
1 parent 2f4d87c commit a1242ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/on-prem-meta.js
Expand Up @@ -43,7 +43,7 @@
exports.options = options;

needle.defaults({
user_agent: 'nodeclient-on-prem-meta/1.0.0',
user_agent: 'nodeclient-on-prem-meta/1.0.1',
response_timeout: 10000 // 10 seconds
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"description": "Official On-Prem Meta REST API client and helper library",
"author": "Alexander Williams, Unscramble <license@unscramble.jp>",
"name": "on-prem-meta",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"homepage": "https://on-premises.com",
"main": "lib/on-prem-meta.js",
Expand Down
2 changes: 1 addition & 1 deletion src/on-prem-meta.coffee
Expand Up @@ -33,7 +33,7 @@ exports.settings = settings
exports.options = options

needle.defaults
user_agent: 'nodeclient-on-prem-meta/1.0.0'
user_agent: 'nodeclient-on-prem-meta/1.0.1'
response_timeout: 10000 # 10 seconds

exports.buildRequest = (params = {method: 'GET', endpoint: 'version'}, callback) ->
Expand Down

0 comments on commit a1242ba

Please sign in to comment.