Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Nov 1, 2023
1 parent 00f8adf commit 6b0a086
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oidc-authorizer"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer
SemanticVersion: 0.0.3 # ⬅️ CHANGE: SPECIFY THE EXACT VERSION
SemanticVersion: 0.0.4 # ⬅️ CHANGE: SPECIFY THE EXACT VERSION
Parameters:
# 👀 CHANGE THE FOLLOWING PARAMETERS
AcceptedAlgorithms: ""
Expand Down
2 changes: 1 addition & 1 deletion examples/sam-from-sar/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer
SemanticVersion: 0.0.3 # 👀 CHANGE ME
SemanticVersion: 0.0.4 # 👀 CHANGE ME
Parameters:
# 👀 CHANGE THE FOLLOWING PARAMETERS
AcceptedAlgorithms: ""
Expand Down
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ["apigateway", "authorizer", "lambda", "oidc"]
HomePageUrl: https://github.com/lmammino/oidc-authorizer
SemanticVersion: 0.0.3
SemanticVersion: 0.0.4
SourceCodeUrl: https://github.com/lmammino/oidc-authorizer

Parameters:
Expand Down

0 comments on commit 6b0a086

Please sign in to comment.