Skip to content

Commit

Permalink
Releasing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Oct 3, 2024
1 parent a64010c commit 44255a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create a tag
on:
push:
branches:
- staging
- master

# Cancels all previous workflow runs for pull requests that have not completed.
concurrency:
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsf/force-ui",
"version": "0.0.3",
"version": "0.0.4",
"description": "Library of components for the BSF project",
"main": "dist/force-ui.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"force-ui": "0.0.3"
"force-ui": "0.0.4"
}

0 comments on commit 44255a5

Please sign in to comment.