Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
darx committed Jul 16, 2022
1 parent c924009 commit 39d7168
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indexeddb-edit",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "IndexedDBEdit",
"version": "0.0.4",
"version": "0.0.5",
"manifest_version": 3,
"description": "Devtools panel for changing IndexedDB key values",
"devtools_page": "devtools.html",
Expand Down
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import sveltePreprocess from "svelte-preprocess";
import typescript from "@rollup/plugin-typescript";
import { string } from "rollup-plugin-string";


const production = !process.env.ROLLUP_WATCH;

function serve() {
Expand Down

0 comments on commit 39d7168

Please sign in to comment.