Skip to content

Commit

Permalink
Merge pull request #69 from univerx/dev
Browse files Browse the repository at this point in the history
v1.0.0 final release
  • Loading branch information
31b4 authored Sep 1, 2024
2 parents 3a5e6d6 + 60794a5 commit 076ac66
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = S4AJ4WBQ76;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -480,7 +480,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.2;
MARKETING_VERSION = 0.4.3;
PRODUCT_BUNDLE_IDENTIFIER = com.31b4.univerx;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -659,7 +659,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = S4AJ4WBQ76;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -668,7 +668,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.2;
MARKETING_VERSION = 0.4.3;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.31b4.univerx;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -688,7 +688,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 10;
CURRENT_PROJECT_VERSION = 11;
DEVELOPMENT_TEAM = S4AJ4WBQ76;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand All @@ -697,7 +697,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.2;
MARKETING_VERSION = 0.4.3;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.31b4.univerx;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions lib/features/common/widgets/profile_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class DrawerMenu extends StatelessWidget {
),
SizedBox(height: 10.0),
const Text(
'v0.4.3 beta',
'v1.0.0',
style: TextStyle(
color: Colors.white,
fontSize: 12.0,
Expand All @@ -212,4 +212,4 @@ class DrawerMenu extends StatelessWidget {
),
);
}
}
}
2 changes: 1 addition & 1 deletion lib/features/neptun_login/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class _LoginPageState extends State<LoginPage> {
right: 0,
child: Center(
child: Text(
'v0.4.3 beta',
'v1.0.0',
style: TextStyle(
color: Colors.grey,
fontSize: 12.0,
Expand Down
3 changes: 1 addition & 2 deletions lib/services/neptun_ICS_fetching.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class ParsedData {

class EventService {
final String url;
final now = DateTime(2024, 9, 2, 10, 05);
//final now = DateTime.now();
final now = DateTime.now();
EventService(this.url);

Future<void> fetchAndUpdateIcs() async {
Expand Down

0 comments on commit 076ac66

Please sign in to comment.