Skip to content

Commit

Permalink
feat: bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
WizardOfCodez committed Jan 16, 2021
1 parent c9c396b commit 2f76bee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.1-beta",
"version": "0.3.2-beta",
"configurations": [
{
"name": "Wails: build debug",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "surge",
"author": "Christian Busch<[email protected]>",
"private": true,
"version": "0.3.1-beta",
"version": "0.3.2-beta",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Christian Busch",
"email": "[email protected]"
},
"version": "0.3.1-beta",
"version": "0.3.2-beta",
"binaryname": "surge",
"frontend": {
"dir": "frontend",
Expand Down
2 changes: 1 addition & 1 deletion surge.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Surge"
#define MyAppVersion "0.3.1-beta"
#define MyAppVersion "0.3.2-beta"
#define MyAppPublisher "Rule110"
#define MyAppURL "http://rule110.io/"
#define MyAppExeName "surge.exe"
Expand Down

0 comments on commit 2f76bee

Please sign in to comment.