Skip to content

Commit

Permalink
v1.1.1 => v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Canned-Seagull23 committed Sep 22, 2023
1 parent 26b62ea commit 9aaecb7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deeeep-reef-client",
"productName": "Deeeep.io Reef Client",
"version": "1.1.1",
"version": "1.2.0",
"description": "A new desktop client for Deeeep.io",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const development = true;
// Auto update
let newUpdate = false;
let instUrl = "";
const versionId = "v1.1.1";
const versionId = "v1.2.0";
let currentVersionId = "";
// DRC API
const assetswapperAlreadyChecked = new Set();
Expand All @@ -27,8 +27,8 @@ const DRC = {
// Client info
Client: {
name: "Deeeep.io Reef Client",
version: "1.1.1",
versionTag: "v1.1.1"
version: "1.2.0",
versionTag: "v1.2.0"
},
// Utility functions
Utils: {
Expand Down
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const development = true;
// Auto update
let newUpdate = false;
let instUrl = "";
const versionId = "v1.1.1";
const versionId = "v1.2.0";
let currentVersionId = "";


Expand All @@ -32,8 +32,8 @@ const DRC: any = {
// Client info
Client: {
name: "Deeeep.io Reef Client",
version: "1.1.1",
versionTag: "v1.1.1"
version: "1.2.0",
versionTag: "v1.2.0"
},
// Utility functions
Utils: {
Expand Down
4 changes: 2 additions & 2 deletions src/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const DRC = {
// Client info
Client: {
name: "Deeeep.io Reef Client",
version: "1.1.1",
versionTag: "v1.1.1"
version: "1.2.0",
versionTag: "v1.2.0"
},
// Utility functions
Utils: {
Expand Down
4 changes: 2 additions & 2 deletions src/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const DRC = {
// Client info
Client: {
name: "Deeeep.io Reef Client",
version: "1.1.1",
versionTag: "v1.1.1"
version: "1.2.0",
versionTag: "v1.2.0"
},
// Utility functions
Utils: {
Expand Down

0 comments on commit 9aaecb7

Please sign in to comment.