Skip to content

Commit 86f8fd6

Browse files
authored
chore: bump version to 1.4.0 (#30)
1 parent efed8a0 commit 86f8fd6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import serverless = require('@aws-cdk/aws-sam');
3737
new serverless.CfnApplication(this, 'GitHubCodeBuildLogsSAR', {
3838
location: {
3939
applicationId: 'arn:aws:serverlessrepo:us-east-1:277187709615:applications/github-codebuild-logs',
40-
semanticVersion: '1.3.0'
40+
semanticVersion: '1.4.0'
4141
},
4242
parameters: {
4343
CodeBuildProjectName: project.projectName

template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Metadata:
1919
Labels: [github, pr, ci, codebuild, logs]
2020
HomePageUrl: https://github.com/jlhood/github-codebuild-logs
2121
# Update the semantic version and run sam publish to publish a new version of your app
22-
SemanticVersion: 1.3.0
22+
SemanticVersion: 1.4.0
2323
# best practice is to use git tags for each release and link to the version tag as your source code URL
24-
SourceCodeUrl: https://github.com/jlhood/github-codebuild-logs/tree/1.3.0
24+
SourceCodeUrl: https://github.com/jlhood/github-codebuild-logs/tree/1.4.0
2525

2626
Parameters:
2727
CodeBuildProjectName:

0 commit comments

Comments
 (0)