Skip to content

Commit

Permalink
Merge pull request #6 from line/feat/version-up
Browse files Browse the repository at this point in the history
Update version 2.1.0
  • Loading branch information
thebestluck committed Jan 26, 2024
2 parents f5d7f35 + fa41697 commit f8e69e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "abc-virtual-background-maker",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build && tsc",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"stylelint": "stylelint \"src/**/*.scss\"",
Expand Down

0 comments on commit f8e69e6

Please sign in to comment.