Skip to content

Commit

Permalink
chore: gitignore and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrozagar committed Oct 10, 2024
1 parent f88dcbb commit 580330f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules
dist
app.tsx
.DS_Store
.env
.todo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renderui/core",
"version": "1.9.2",
"version": "1.9.3",
"private": false,
"sideEffects": false,
"description": "React UI library with highly modular and ready-out-of-the-box components",
Expand Down

0 comments on commit 580330f

Please sign in to comment.