From 58ef96c5cb3473c9aa13c4e8144759bd732e122f Mon Sep 17 00:00:00 2001 From: Shikhar Sharma Date: Sun, 12 Dec 2021 15:53:29 +0530 Subject: [PATCH] chore: bump version to 1.0.4 --- build/app/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/app/package.json b/build/app/package.json index 1822504..d600cd5 100644 --- a/build/app/package.json +++ b/build/app/package.json @@ -1,7 +1,7 @@ { "name": "twester", "productName": "Twester", - "version": "1.0.3", + "version": "1.0.4", "description": "Twitch channel points without watching Twitch!", "main": "./dist/main/main.js", "author": { diff --git a/package.json b/package.json index 1e9651f..fbbd801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twester", - "version": "1.0.3", + "version": "1.0.4", "productName": "Twester", "description": "Twitch channel points without watching Twitch!", "scripts": {