Skip to content

Commit

Permalink
Merge pull request #87 from mvdicarlo/develop
Browse files Browse the repository at this point in the history
v2.3.33
  • Loading branch information
mvdicarlo authored Jun 22, 2021
2 parents 51966b3 + 0413249 commit b916baa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postybirb",
"version": "2.3.32",
"version": "2.3.33",
"description": "PostyBirb is an application that helps artists post art and other multimedia to multiple websites more quickly.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postybirb",
"version": "2.3.32",
"version": "2.3.33",
"scripts": {
"ng": "ng",
"compile": "ng build --vendor-chunk=false",
Expand Down
2 changes: 1 addition & 1 deletion src/electron-src/src/auth-server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
auth_server: 'https://postybirb-auth.cleverapps.io',
auth_server: 'https://postybirb-auth.azurewebsites.net',

generateAuthUrl(path) {
return this.auth_server + path;
Expand Down

0 comments on commit b916baa

Please sign in to comment.