Skip to content

Commit

Permalink
Bump version to: 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Dec 2, 2024
1 parent fdd367b commit b97a4dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "roadmap-ui",
"description": "Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps built on shadcn/ui.",
"version": "1.0.0",
"version": "1.0.2",
"bin": {
"roadmap-ui": "scripts/init.js"
},
"files": ["scripts/init.js"],
"files": [
"scripts/init.js"
],
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
Expand Down

0 comments on commit b97a4dc

Please sign in to comment.