diff --git a/frontend/package.json b/frontend/package.json index c745a34..72533cc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,7 +2,7 @@ "name": "surge", "author": "Rule110", "private": true, - "version": "1.0.0-beta", + "version": "1.0.1-beta", "scripts": { "serve": "vue-cli-service build --watch --mode production", "build": "vue-cli-service build", diff --git a/frontend/src/store/modules/files.js b/frontend/src/store/modules/files.js index 83d24f8..04258de 100644 --- a/frontend/src/store/modules/files.js +++ b/frontend/src/store/modules/files.js @@ -14,7 +14,7 @@ const getDefaultState = () => { orderBy: "FileName", isDesc: true, skip: 0, - get: 8, + get: 1000000, }, remoteFilesConfig: { topicName: "", @@ -22,7 +22,7 @@ const getDefaultState = () => { orderBy: "SeederCount", isDesc: true, skip: 0, - get: 8, + get: 1000000, }, activeFile: {}, selectedFiles: [], diff --git a/project.json b/project.json index 4df6fda..5c82675 100644 --- a/project.json +++ b/project.json @@ -5,7 +5,7 @@ "name": "Christian Busch", "email": "kontakt@christian-busch.com" }, - "version": "1.0.0-beta", + "version": "1.0.1-beta", "binaryname": "surge", "frontend": { "dir": "frontend", diff --git a/surge.iss b/surge.iss index 1fbdb15..86fc39c 100644 --- a/surge.iss +++ b/surge.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Surge" -#define MyAppVersion "1.0.0-beta" +#define MyAppVersion "1.0.1-beta" #define MyAppPublisher "Rule110" #define MyAppURL "https://getsurge.io/" #define MyAppExeName "surge.exe"