diff --git a/package.json b/package.json index a098e7e..859a11f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sound-board", "productName": "Sound Board", - "version": "1.1.0", + "version": "1.2.0", "description": "A board with buttons to play funny sounds.", "author": "Thomas Schur ", "homepage": "https://cyb10101.de/", @@ -41,15 +41,13 @@ { "target": "AppImage", "arch": [ - "x64", - "ia32" + "x64" ] }, { "target": "deb", "arch": [ - "x64", - "ia32" + "x64" ] } ]