Skip to content

Commit a9983db

Browse files
authored
Merge pull request #12 from kyledold/release/1.0.2
1.0.2
2 parents f1b106f + d783235 commit a9983db

File tree

9 files changed

+107
-36
lines changed

9 files changed

+107
-36
lines changed

Images/app-store-badge.svg

Lines changed: 46 additions & 0 deletions
Loading

NetworkKit/NetworkKit.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
413413
CODE_SIGN_STYLE = Automatic;
414414
COPY_PHASE_STRIP = NO;
415-
CURRENT_PROJECT_VERSION = 8;
415+
CURRENT_PROJECT_VERSION = 12;
416416
DEBUG_INFORMATION_FORMAT = dwarf;
417417
DEFINES_MODULE = YES;
418418
DEVELOPMENT_TEAM = NPHFRGDN5J;
@@ -443,7 +443,7 @@
443443
"@executable_path/Frameworks",
444444
"@loader_path/Frameworks",
445445
);
446-
MARKETING_VERSION = 1.0.1;
446+
MARKETING_VERSION = 1.0.2;
447447
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
448448
MTL_FAST_MATH = YES;
449449
ONLY_ACTIVE_ARCH = YES;
@@ -496,7 +496,7 @@
496496
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
497497
CODE_SIGN_STYLE = Automatic;
498498
COPY_PHASE_STRIP = NO;
499-
CURRENT_PROJECT_VERSION = 8;
499+
CURRENT_PROJECT_VERSION = 12;
500500
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
501501
DEFINES_MODULE = YES;
502502
DEVELOPMENT_TEAM = NPHFRGDN5J;
@@ -521,7 +521,7 @@
521521
"@executable_path/Frameworks",
522522
"@loader_path/Frameworks",
523523
);
524-
MARKETING_VERSION = 1.0.1;
524+
MARKETING_VERSION = 1.0.2;
525525
MTL_ENABLE_DEBUG_INFO = NO;
526526
MTL_FAST_MATH = YES;
527527
PRODUCT_BUNDLE_IDENTIFIER = "com.kyledold.$(PROJECT_NAME)";
@@ -575,7 +575,7 @@
575575
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
576576
CODE_SIGN_STYLE = Automatic;
577577
COPY_PHASE_STRIP = NO;
578-
CURRENT_PROJECT_VERSION = 8;
578+
CURRENT_PROJECT_VERSION = 12;
579579
DEBUG_INFORMATION_FORMAT = dwarf;
580580
DEFINES_MODULE = YES;
581581
DEVELOPMENT_TEAM = NPHFRGDN5J;
@@ -605,7 +605,7 @@
605605
"@executable_path/Frameworks",
606606
"@loader_path/Frameworks",
607607
);
608-
MARKETING_VERSION = 1.0.1;
608+
MARKETING_VERSION = 1.0.2;
609609
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
610610
MTL_FAST_MATH = YES;
611611
ONLY_ACTIVE_ARCH = YES;
@@ -659,7 +659,7 @@
659659
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
660660
CODE_SIGN_STYLE = Automatic;
661661
COPY_PHASE_STRIP = NO;
662-
CURRENT_PROJECT_VERSION = 8;
662+
CURRENT_PROJECT_VERSION = 12;
663663
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
664664
DEFINES_MODULE = YES;
665665
DEVELOPMENT_TEAM = NPHFRGDN5J;
@@ -683,7 +683,7 @@
683683
"@executable_path/Frameworks",
684684
"@loader_path/Frameworks",
685685
);
686-
MARKETING_VERSION = 1.0.1;
686+
MARKETING_VERSION = 1.0.2;
687687
MTL_ENABLE_DEBUG_INFO = NO;
688688
MTL_FAST_MATH = YES;
689689
PRODUCT_BUNDLE_IDENTIFIER = "com.kyledold.$(PROJECT_NAME)";

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

66
# Word Of The Day
7+
<a href="https://apps.apple.com/gb/app/word-of-the-day-english/id1551946328"><img align="left" src="Images/app-store-badge.svg" alt="App Store Badge"></a><br><br>
78
<p align="center">
89
<p align="left">
910
iOS Widget and WatchOS app made in SwiftUI that displays a random word of the day with description and example of usuage.
1011
</p>
12+
13+
1114
<div style="text-align: center">
1215
<img src="Images/preview_medium.png" width="30%" alt="Logo" >
1316
<img src="Images/preview_large.png" width="30%"alt="Logo" >

0 commit comments

Comments
 (0)