Skip to content

Commit

Permalink
v0.13.34
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Jan 4, 2020
1 parent 12a115a commit 25f0027
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "0.13.33",
"version": "0.13.34",
"author": "solvedDev <solveddev@gmail.com>",
"description": "A powerful add-on editor",
"license": "GNU",
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/scripts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import path from "path";
import { BP_BASE_PATH, RP_BASE_PATH } from "../../shared/Paths";
import Store from "../store/index";

export const WEB_APP_DATA = "https://solveddev.github.io/bridge-data/";
export const WEB_APP_PLUGINS = "https://solveddev.github.io/bridge-plugins/";
export const WEB_APP_DATA = "https://bridge-core.github.io/data/";
export const WEB_APP_PLUGINS = "https://bridge-core.github.io/plugins/";

export const DOC_URL = "https://bedrock.dev/1.14.0.0/1.14.0.6/";
export const DOC_LIST = [ "Entities", "Item", "Blocks", "Biomes", "Addons", "MoLang", "UI", "Scripting", "Particles", "Animations", "Entity Events", "Recipes" ];
Expand Down
2 changes: 1 addition & 1 deletion src/shared/app_version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Current bridge. app version
*/
export default "v0.13.33";
export default "v0.13.34";

0 comments on commit 25f0027

Please sign in to comment.