Skip to content

Commit f299db3

Browse files
author
github-actions
committed
chore(release): bump version to 1.0.8
1 parent 8237573 commit f299db3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "restclientlib",
33
"private": true,
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"description": "A comprehensive Salesforce Apex library for making REST API callouts",
66
"scripts": {
77
"prettier": "prettier --write \"**/*.{cls,cmp,component,css,html,js,json,md,page,trigger,xml,yaml,yml}\"",

sfdx-project.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"path": "force-app",
55
"default": true,
66
"package": "RestClientLib",
7-
"versionName": "ver 1.0.7",
8-
"versionNumber": "1.0.7.NEXT"
7+
"versionName": "ver 1.0.8",
8+
"versionNumber": "1.0.8.NEXT"
99
}
1010
],
1111
"name": "RestClientLib",
@@ -17,6 +17,7 @@
1717
"[email protected]": "04tQm000002z5mPIAQ",
1818
"[email protected]": "04tQm000002z8fRIAQ",
1919
"[email protected]": "04tQm000002z8qjIAA",
20-
"[email protected]": "04tQm000002zANtIAM"
20+
"[email protected]": "04tQm000002zANtIAM",
21+
"[email protected]": "04tQm000002zB8fIAE"
2122
}
2223
}

0 commit comments

Comments
 (0)