Skip to content

Commit

Permalink
chore: bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlhood committed May 12, 2024
1 parent 849a184 commit 972fa87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import serverless = require('@aws-cdk/aws-sam');
new serverless.CfnApplication(this, 'GitHubCodeBuildLogsSAR', {
location: {
applicationId: 'arn:aws:serverlessrepo:us-east-1:277187709615:applications/github-codebuild-logs',
semanticVersion: '1.5.0'
semanticVersion: '1.6.0'
},
parameters: {
CodeBuildProjectName: project.projectName
Expand Down
4 changes: 2 additions & 2 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Metadata:
Labels: [github, pr, ci, codebuild, logs]
HomePageUrl: https://github.com/jlhood/github-codebuild-logs
# Update the semantic version and run sam publish to publish a new version of your app
SemanticVersion: 1.5.0
SemanticVersion: 1.6.0
# best practice is to use git tags for each release and link to the version tag as your source code URL
SourceCodeUrl: https://github.com/jlhood/github-codebuild-logs/tree/1.5.0
SourceCodeUrl: https://github.com/jlhood/github-codebuild-logs/tree/1.6.0

Parameters:
CodeBuildProjectName:
Expand Down

0 comments on commit 972fa87

Please sign in to comment.