Skip to content

Commit

Permalink
Set library version as 1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
webblocksapp committed Sep 28, 2022
1 parent ce5863c commit 1989e76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ defaults:
run:
working-directory: packages/lib
jobs:
lib-workflow:
www-workflow:
runs-on: ubuntu-latest
name: Lib workflow
name: WWW workflow
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-form-handler",
"description": "A SolidJS library for simplifying form validations.",
"version": "0.9.0",
"version": "1.0.0-alpha",
"license": "MIT",
"author": {
"name": "Mauricio Rivera"
Expand Down

0 comments on commit 1989e76

Please sign in to comment.