Skip to content

Commit

Permalink
v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Dec 1, 2019
1 parent da26d50 commit 77794fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ build/
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
ios/Flutter/flutter_export_environment.sh
.flutter-plugins-dependencies
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

// *Note*: when APP_VERSION is changed, remember to also update pubspec.yaml.
const APP_VERSION = 'v2.3.4';
const APP_VERSION = 'v2.3.5';
const APP_NAME = 'Flutter Catalog';
final kAppIcon =
Image.asset('res/images/launcher_icon.png', height: 64.0, width: 64.0);
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_catalog
description: An app showcasing Flutter components, with side-by-side source code view.

# *Note*: when version change, remember to also update constants.dart.
version: 2.3.4+45
version: 2.3.5+47

environment:
sdk: ">=2.3.0 <3.0.0"
Expand All @@ -13,8 +13,8 @@ dependencies:
animated_floatactionbuttons: '0.1.0'
async: '^2.2.0'
backdrop: '0.1.8'
cached_network_image: '1.1.2+1'
cloud_firestore: '0.12.9+6'
cached_network_image: '2.0.0-rc.1'
cloud_firestore: '0.12.10+2'
english_words: '3.1.5'
firebase_analytics: '3.0.3'
firebase_auth: '0.14.0+5'
Expand Down

0 comments on commit 77794fb

Please sign in to comment.