There was an error while loading. Please reload this page.
2 parents b1d4812 + d239e95 commit a2d8039Copy full SHA for a2d8039
1 file changed
app/lib/features/settings/data/settings_repository.dart
@@ -11,7 +11,7 @@ class StaticSettingsRepository implements SettingsRepository {
11
SettingsSnapshot loadSettings() {
12
return const SettingsSnapshot(
13
appName: '神奇松果 Lite',
14
- appVersion: '0.1.0',
+ appVersion: '0.1.1',
15
summary:
16
'神奇松果是由學生社群 Google Developers on Campus NCU 正在開發中的軟體。期望能夠將零碎的校務資訊、分散的系統功能整合起來,為中大學生提供一個一站式的服務。目前的試行版本(Lite)提供以下功能:',
17
statusItems: [
0 commit comments