Skip to content

Commit dd075ee

Browse files
committed
Prepare for 2.1.0 release
1 parent 0f10696 commit dd075ee

75 files changed

Lines changed: 223 additions & 206 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Examples/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ You can install **TermiNetwork** with one of the following ways...
7474

7575
Add the following line to your **Podfile** and run **pod install** in your terminal:
7676
```ruby
77-
pod 'TermiNetwork', '~> 2.0.1'
77+
pod 'TermiNetwork', '~> 2.1.0'
7878
```
7979

8080
### Carthage
8181

8282
Add the following line to your **Carthage** and run **carthage update** in your terminal:
8383
```ruby
84-
github "billp/TermiNetwork" ~> 2.0.1
84+
github "billp/TermiNetwork" ~> 2.1.0
8585
```
8686

8787
### Swift Package Manager

TermiNetwork.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TermiNetwork'
3-
s.version = '2.0.1'
3+
s.version = '2.1.0'
44
s.summary = 'A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications.'
55
s.homepage = 'https://github.com/billp/TermiNetwork.git'
66
s.license = 'MIT'

TermiNetwork.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,7 @@
12681268
"@loader_path/Frameworks",
12691269
);
12701270
MACOSX_DEPLOYMENT_TARGET = 10.15;
1271+
MARKETING_VERSION = 2.1.0;
12711272
PRODUCT_BUNDLE_IDENTIFIER = com.billp.TermiNetwork;
12721273
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12731274
RESOURCES_TARGETED_DEVICE_FAMILY = "";
@@ -1299,6 +1300,7 @@
12991300
"@loader_path/Frameworks",
13001301
);
13011302
MACOSX_DEPLOYMENT_TARGET = 10.15;
1303+
MARKETING_VERSION = 2.1.0;
13021304
PRODUCT_BUNDLE_IDENTIFIER = com.billp.TermiNetwork;
13031305
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
13041306
RESOURCES_TARGETED_DEVICE_FAMILY = "";
@@ -1366,6 +1368,7 @@
13661368
"$(inherited)",
13671369
"@executable_path/Frameworks",
13681370
);
1371+
MARKETING_VERSION = 2.1.0;
13691372
PRODUCT_BUNDLE_IDENTIFIER = com.billp.TermiNetworkExamples;
13701373
PRODUCT_NAME = TermiNetworkExamples;
13711374
SDKROOT = iphoneos;
@@ -1388,6 +1391,7 @@
13881391
"$(inherited)",
13891392
"@executable_path/Frameworks",
13901393
);
1394+
MARKETING_VERSION = 2.1.0;
13911395
PRODUCT_BUNDLE_IDENTIFIER = com.billp.TermiNetworkExamples;
13921396
PRODUCT_NAME = TermiNetworkExamples;
13931397
SDKROOT = iphoneos;

TermiNetwork/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

docs/Classes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
TermiNetwork 2.0.1 Docs
24+
TermiNetwork 2.1.0 Docs
2525
</a>
2626
(100% documented)
2727
</p>
@@ -543,7 +543,7 @@ <h4>Declaration</h4>
543543
</article>
544544
</div>
545545
<section class="footer">
546-
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-01)</p>
546+
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-02)</p>
547547
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
548548
</section>
549549
</body>

docs/Classes/Cache.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
TermiNetwork 2.0.1 Docs
24+
TermiNetwork 2.1.0 Docs
2525
</a>
2626
(100% documented)
2727
</p>
@@ -359,7 +359,7 @@ <h4>Declaration</h4>
359359
</article>
360360
</div>
361361
<section class="footer">
362-
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-01)</p>
362+
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-02)</p>
363363
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
364364
</section>
365365
</body>

docs/Classes/Configuration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
TermiNetwork 2.0.1 Docs
24+
TermiNetwork 2.1.0 Docs
2525
</a>
2626
(100% documented)
2727
</p>
@@ -820,7 +820,7 @@ <h4>Declaration</h4>
820820
</article>
821821
</div>
822822
<section class="footer">
823-
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-01)</p>
823+
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-02)</p>
824824
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
825825
</section>
826826
</body>

docs/Classes/Environment.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
TermiNetwork 2.0.1 Docs
24+
TermiNetwork 2.1.0 Docs
2525
</a>
2626
(100% documented)
2727
</p>
@@ -612,7 +612,7 @@ <h4>Declaration</h4>
612612
</article>
613613
</div>
614614
<section class="footer">
615-
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-01)</p>
615+
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-02)</p>
616616
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
617617
</section>
618618
</body>

docs/Classes/Operation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
TermiNetwork 2.0.1 Docs
24+
TermiNetwork 2.1.0 Docs
2525
</a>
2626
(100% documented)
2727
</p>
@@ -300,7 +300,7 @@ <h4>Declaration</h4>
300300
</article>
301301
</div>
302302
<section class="footer">
303-
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-01)</p>
303+
<p>&copy; 2021 <a class="link" href="https://github.com/billp/TermiNetwork" target="_blank" rel="external">Vasilis Panagiotopoulos</a>. All rights reserved. (Last updated: 2021-02-02)</p>
304304
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
305305
</section>
306306
</body>

0 commit comments

Comments
 (0)