Skip to content

Commit 37508f3

Browse files
Chore: Update package version
1 parent 49be650 commit 37508f3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class BaseAPI {
5151
path: tempPath,
5252
headers: {
5353
"authorization": `Bearer ${this.apiKey}`,
54-
"paystack-version": `@paystack/paystack-sdk - 1.0.0-beta.4`
54+
"paystack-version": `@paystack/paystack-sdk - 1.0.0-beta.5`
5555
}
5656
};
5757
return new Promise((resolve, reject) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paystack/paystack-sdk",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "Paystack API wrapper for Node",
55
"author": "Paystack <integrations@paystack.com> (https://paystack.com/docs)",
66
"keywords": [

src/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class BaseAPI {
5555
path: tempPath,
5656
headers: {
5757
"authorization": `Bearer ${this.apiKey}`,
58-
"paystack-version": `@paystack/paystack-sdk - 1.0.0-beta.4`
58+
"paystack-version": `@paystack/paystack-sdk - 1.0.0-beta.5`
5959
}
6060
}
6161

0 commit comments

Comments
 (0)