v1.1.1: Replace cancelled Managing Growing Companies with Innovation and Design

Replace cancelled course in Summer Elective Set 2 with new course
"Innovation and Design" qualifying for Brand Management, Entrepreneurship
and Innovation, Marketing, and Strategy (S2).
This commit is contained in:
2026-03-27 11:26:53 -04:00
parent 8b887f7750
commit 99a39a2581
11 changed files with 111 additions and 13 deletions

View File

@@ -6,8 +6,8 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
define: {
__APP_VERSION__: JSON.stringify('1.1.0'),
__APP_VERSION_DATE__: JSON.stringify('2026-03-13'),
__APP_VERSION__: JSON.stringify('1.1.1'),
__APP_VERSION_DATE__: JSON.stringify('2026-03-27'),
},
server: {
allowedHosts: ['soos'],