Skip to content

Commit 3457292

Browse files
committed
fix: bug timer
1 parent e57a4bf commit 3457292

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

android/app/src/main/assets/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<meta name="apple-mobile-web-app-capable" content="yes" />
2020
<meta name="apple-mobile-web-app-title" content="Mimesis" />
2121
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
22-
<script type="module" crossorigin src="/assets/index.bc71c506.js"></script>
22+
<script type="module" crossorigin src="/assets/index.ec2524ca.js"></script>
2323
<link rel="modulepreload" href="/assets/vendor.f3421895.js">
24-
<link rel="stylesheet" href="/assets/index.ff43a23e.css">
24+
<link rel="stylesheet" href="/assets/index.4e0e7a42.css">
2525
</head>
2626

2727
<body>

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,12 @@
362362
buildSettings = {
363363
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
364364
CODE_SIGN_STYLE = Automatic;
365-
CURRENT_PROJECT_VERSION = 2.0.9;
365+
CURRENT_PROJECT_VERSION = 2.0.10;
366366
DEVELOPMENT_TEAM = UVTJ336J2D;
367367
INFOPLIST_FILE = App/Info.plist;
368368
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
369369
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
370-
MARKETING_VERSION = 2.0.9;
370+
MARKETING_VERSION = 2.0.10;
371371
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
372372
PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.mimesis;
373373
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -383,12 +383,12 @@
383383
buildSettings = {
384384
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
385385
CODE_SIGN_STYLE = Automatic;
386-
CURRENT_PROJECT_VERSION = 2.0.9;
386+
CURRENT_PROJECT_VERSION = 2.0.10;
387387
DEVELOPMENT_TEAM = UVTJ336J2D;
388388
INFOPLIST_FILE = App/Info.plist;
389389
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
390390
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
391-
MARKETING_VERSION = 2.0.9;
391+
MARKETING_VERSION = 2.0.10;
392392
PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.mimesis;
393393
PRODUCT_NAME = "$(TARGET_NAME)";
394394
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

0 commit comments

Comments
 (0)