update example to latest released version
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user