Skip to content

Commit

Permalink
1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
c0repwn3r committed Nov 11, 2024
1 parent 91346cf commit 4931dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
SMTP_EMAIL_FROM: ${{ secrets.SMTP_EMAIL_FROM }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
PUBLIC_SENTRY_DSN: ${{ secrets.PUBLIC_SENTRY_DSN }}
API_MASTER_KEY: ${{ secrets.API_MASTER_KEY }}
steps:
- name: Checkout source
uses: actions/checkout@v4
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": "scheddy",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 4931dac

Please sign in to comment.