From 697c8b2da9e3bbda88c34cfe740d745a211e624d Mon Sep 17 00:00:00 2001 From: Serraniel Date: Sun, 6 Sep 2020 20:25:52 +0200 Subject: [PATCH] #35 Fixed version key in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fac50ed..8de91ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-plus", - "version": "0.1.0.0-beta", + "version": "0.1.0-beta.0", "description": "Aniwatch Plus is a browser extension for https://aniwatch.me/", "main": "index.js", "scripts": { @@ -64,4 +64,4 @@ "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" } -} \ No newline at end of file +}