Skip to content

Commit

Permalink
chore: update version numbers prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
p4-nathan committed May 19, 2022
1 parent dc33886 commit 891d6dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions loginhook/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"key": "117E9283-732B-45A6-9993-AE64C354F1C5",
"name": "loginhook",
"namespace": "Auth",
"version": "2021.2",
"version_name": "2021.2",
"version": "2022.1",
"version_name": "2022.1",
"description": "SSO auth integration",
"compatible_products": [
"p4d"
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": "helix-auth-extension",
"version": "2021.2.0",
"version": "2022.1.0",
"description": "Helix Authentication Extension",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions test/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ const defaultConfig = {
user: 'bruno',
password: 'p8ssword',
prog: 'p4api',
progv: '2021.2.0',
progv: '2022.1.0',
p4root: './tmp/p4d/nonssl'
}

const defaultSslConfig = {
user: 'bruno',
password: 'p8ssword',
prog: 'p4api',
progv: '2021.2.0',
progv: '2022.1.0',
p4root: './tmp/p4d/ssl'
}

Expand Down

0 comments on commit 891d6dc

Please sign in to comment.