Skip to content

Commit 1dedeeb

Browse files
authored
0.4.0 (#52)
* chore: point to NUS prod instance * 0.4.0
1 parent 4721c3f commit 1dedeeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-academy",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"publisher": "source-academy",
55
"license": "Apache-2.0",
66
"displayName": "Source Academy",
@@ -39,7 +39,7 @@
3939
"properties": {
4040
"source-academy.frontendBaseUrl": {
4141
"type": "string",
42-
"default": "https://frontend.cloud.heyzec.dedyn.io",
42+
"default": "https://sourceacademy.nus.edu.sg",
4343
"description": "URL to the Source Academy frontend"
4444
},
4545
"source-academy.workspaceFolder": {

src/utils/config/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ConfigSchemaUnion } from "./types";
33
export default {
44
frontendBaseUrl: {
55
type: "string",
6-
default: "https://frontend.cloud.heyzec.dedyn.io",
6+
default: "https://sourceacademy.nus.edu.sg",
77
},
88
workspaceFolder: {
99
type: "string",

0 commit comments

Comments
 (0)