Skip to content

Commit

Permalink
bump demo for test
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jan 6, 2025
1 parent 0a477ca commit d027f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compare-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
if [ "$CURRENT_VERSION" != "$PREVIOUS_VERSION" ]; then
HAS_CHANGED="true"
fi
echo "has_changed=HAS_CHANGED" >> $GITHUB_ENV
echo "has_changed=$HAS_CHANGED" >> $GITHUB_ENV
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@msw-devtools/demo",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"author": "Valentin Kruglikov",
"license": "MIT",
Expand Down

0 comments on commit d027f1c

Please sign in to comment.