Skip to content

Commit

Permalink
build(version): bump to v0.4.0
Browse files Browse the repository at this point in the history
because we now differentiate PRs and pushes a bit better (still work to do with versions though ... )
  • Loading branch information
tsimbalar committed Dec 20, 2020
1 parent bd18c3b commit 0234e31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ components:
bearerFormat: JWT
info:
title: gha-build-monitor
version: 0.3.0
version: 0.4.0
description: 'Adapter to give access to GitHub Actions status via the CatLight Protocol'
license:
name: MIT
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gha-build-monitor",
"version": "0.3.0",
"version": "0.4.0",
"buildInfo": {
"commitSha": "_CI_GIT_COMMIT_SHA",
"buildDate": "_CI_BUILD_DATE",
Expand Down Expand Up @@ -62,4 +62,4 @@
"express": "4.17.1",
"swagger-ui-express": "4.1.5"
}
}
}

0 comments on commit 0234e31

Please sign in to comment.