Skip to content

Commit

Permalink
version updated to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Sep 17, 2020
1 parent beb146a commit 4c70b80
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import 'package:another/core/push_nofitications.dart';
import 'package:ggsipu_notice/core/push_nofitications.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_neumorphic/flutter_neumorphic.dart';
import 'package:another/screens/home.dart';
import 'package:ggsipu_notice/screens/home.dart';

void main() => runApp(MyApp());

Expand Down
8 changes: 4 additions & 4 deletions lib/screens/home.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import 'package:another/keys.dart';
import 'package:ggsipu_notice/keys.dart';
import 'package:firebase_admob/firebase_admob.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter_neumorphic/flutter_neumorphic.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package:another/ui/about.dart';
import 'package:another/ui/noticetile.dart';
import 'package:another/ui/themeswitch.dart';
import 'package:ggsipu_notice/ui/about.dart';
import 'package:ggsipu_notice/ui/noticetile.dart';
import 'package:ggsipu_notice/ui/themeswitch.dart';
import 'package:http/http.dart' as http;
import 'dart:async';

Expand Down
2 changes: 1 addition & 1 deletion lib/ui/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AboutDialog extends StatelessWidget {
@override
Widget build(BuildContext context) {
return CupertinoAlertDialog(
title: new Text("GGSIPU Notices v1.0.2"),
title: new Text("GGSIPU Notices v1.0.3"),
content: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: another
name: ggsipu_notice
description: A new Flutter project.

# The following defines the version and build number for your application.
Expand All @@ -11,7 +11,7 @@ description: A new Flutter project.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.2+2
version: 1.0.3+3

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 4c70b80

Please sign in to comment.