Skip to content

Commit

Permalink
feat: fix ver
Browse files Browse the repository at this point in the history
  • Loading branch information
itszeeshan committed Aug 30, 2024
1 parent 734edde commit 77d57f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish

on:
release:
types:
- published
push:
branches:
- main

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-custom-hooks",
"displayName": "React Custom Hooks",
"description": "Insert custom react hooks to your project with autocomplete support",
"version": "0.1.2",
"version": "1.0.1",
"engines": {
"vscode": "^1.92.0"
},
Expand Down

0 comments on commit 77d57f2

Please sign in to comment.