Skip to content

Commit c975a1e

Browse files
committed
chore: Update changelog for version 1.0.7 and reflect new beta version in landing screen
1 parent ad78305 commit c975a1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,7 @@
190190
## 1.0.6
191191

192192
- Removed Supabase
193+
194+
## 1.0.7
195+
196+
- Add Openrouter models

frontend/lib/screens/landing_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class LandingScreen extends StatelessWidget {
5757
),
5858
const SizedBox(height: 16),
5959
Text(
60-
'Beta v1.0.6',
60+
'Beta v1.0.7',
6161
style: Theme.of(context).textTheme.bodySmall?.copyWith(
6262
color: Theme.of(context).colorScheme.primary,
6363
),

0 commit comments

Comments
 (0)