We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581a2cf commit a350cdeCopy full SHA for a350cde
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "regexsolver",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"main": "lib/index.js",
5
"typings": "lib/index.d.ts",
6
"types": "lib/index.d.ts",
src/index.ts
@@ -28,7 +28,7 @@ export class RegexSolver {
28
baseURL: baseURL,
29
headers: {
30
'Authorization': `Bearer ${apiToken}`,
31
- 'User-Agent': 'RegexSolver Node.js / 1.0.1',
+ 'User-Agent': 'RegexSolver Node.js / 1.0.2',
32
}
33
});
34
0 commit comments