Skip to content

Commit 0dcee85

Browse files
committed
bump dev versio to 0.70.0
1 parent 1e81376 commit 0dcee85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/remix-ui/home-tab/src/lib/components/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export const HOME_TAB_BASE_URL = process.env.CIRCLE_BRANCH === 'beta' ?
2-
'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/beta/' : process.env.CIRCLE_BRANCH === 'live' ?
1+
export const HOME_TAB_BASE_URL = process.env.CIRCLE_BRANCH === 'remix_beta' ?
2+
'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/beta/' : process.env.CIRCLE_BRANCH === 'remix_live' ?
33
'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/live/' :
44
'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/alpha/'
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remix-project",
3-
"version": "0.69.0-dev",
3+
"version": "0.70.0-dev",
44
"license": "MIT",
55
"description": "Remix Project Monorepo",
66
"main": "index.js",

0 commit comments

Comments
 (0)