Skip to content

Commit

Permalink
fix: set current release to 0.0.0 (#140) (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog authored Nov 13, 2024
1 parent 7ee02d5 commit 0f7dde7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brc-analytics",
"version": "0.1.0",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh brc-analytics && ./scripts/set-version.sh dev && next dev",
Expand Down

0 comments on commit 0f7dde7

Please sign in to comment.