update example to latest released version

This commit is contained in:
Bryan Oltman
2023-06-23 18:11:58 -04:00
parent 9336cb3add
commit 9f638cd250
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class MyApp extends StatelessWidget {
return MaterialApp(
title: 'Shorebird Code Push Demo',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.purple),
colorScheme: ColorScheme.fromSeed(seedColor: Colors.red),
useMaterial3: true,
),
home: const MyHomePage(title: 'Shorebird Code Push'),
+1 -1
View File
@@ -2,7 +2,7 @@ name: shorebird_code_push_example
description: An example demonstrating how to use the shorebird_code_push package
publish_to: 'none'
version: 1.0.0+20
version: 1.0.0+21
environment:
sdk: '>=3.0.5 <4.0.0'