Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitzmann committed Jan 5, 2024
1 parent 6570f07 commit 34b6b2e
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,7 +1,7 @@
{
"name": "awwesome",
"description": "Enhanced user interface for Awesome Selfhosted",
"version": "0.7.7",
"version": "0.7.8",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -12,7 +12,7 @@
"test": "vitest",
"lint": "eslint src/",
"format": "prettier --plugin-search-dir . --write .",
"docker:build": "docker buildx build --push --platform linux/amd64,linux/arm64 --tag mkitzmann/awwesome:latest --tag mkitzmann/awwesome:0.7.7 ."
"docker:build": "docker buildx build --push --platform linux/amd64,linux/arm64 --tag mkitzmann/awwesome:latest --tag mkitzmann/awwesome:0.7.8 ."
},
"devDependencies": {
"@dimfeld/svelte-lazyload": "^0.0.4",
Expand Down

0 comments on commit 34b6b2e

Please sign in to comment.