Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Oct 2, 2024
1 parent 4898fcd commit ddb2b6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [[ -d "$BUILD_DIR" ]]; then
fi

COMMIT=$(git rev-parse HEAD)
VERSION=$(grep 'Version: ' $PWD/ai-builder.php | grep -oEi '[0-9\.a-z\+-]+$')
VERSION=$(grep '"force-ui": " ' $PWD/version.json | grep -oEi '[0-9\.a-z\+-]+$"')

# Check if the tag exists in the remote GitHub repository.
TAG_EXISTS=$(git ls-remote --tags origin | grep -c "refs/tags/$VERSION")
Expand Down
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": "1.0.0",
"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": "1.0.0"
}

0 comments on commit ddb2b6a

Please sign in to comment.