Skip to content

Commit efae4ce

Browse files
committed
bump version
Signed-off-by: Tejas Mehta <[email protected]>
1 parent 2ba2255 commit efae4ce

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class MyApp extends StatelessWidget {
2727
);
2828
final ThemeData _darkTheme = ThemeData(
2929
brightness: Brightness.dark,
30-
// scaffoldBackgroundColor: Colors.black,
3130
appBarTheme: AppBarTheme(color: Colors.transparent, shadowColor: Colors.transparent, iconTheme: IconThemeData(color: Colors.white)),
3231
textTheme: TextTheme(headline4: TextStyle(fontWeight: FontWeight.bold, color: Colors.white), bodyText2: TextStyle(fontSize: 16, height: 1.75, color: Colors.grey.shade200)),
3332
);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.0.0+1
18+
version: 1.1.1+2
1919

2020
environment:
2121
sdk: ">=2.12.0 <3.0.0"

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
});
3030
}
3131
</script>
32-
<script src="main.dart.js?v=1.1.0" type="application/javascript"></script>
32+
<script src="main.dart.js?v=1.1.1" type="application/javascript"></script>
3333
<!-- Cloudflare Web Analytics -->
3434
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "49bd7ad6c5364f7fb02aded20dced967"}'></script>
3535
<!-- End Cloudflare Web Analytics -->

0 commit comments

Comments
 (0)