Skip to content

Commit 6de9a9d

Browse files
committed
Generated for 0.1.1
1 parent 611dc39 commit 6de9a9d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ let package = Package(
5252
"ArcheryKit",
5353
"PathKit",
5454
"Unbox",
55-
"SwiftShell"
55+
"SwiftShell",
5656
]
5757
),
5858
.testTarget(

Sources/ArcheryKit/Version.generated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public extension Archery {
44
public static var version: String {
5-
return "0.1.0"
5+
return "0.1.1"
66
}
77

88
public static var apiLevel: String {

docs/docsets/.docset/Contents/Resources/Documents/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h2 id='license' class='heading'>License</h2>
216216
</section>
217217
</section>
218218
<section id="footer">
219-
<p>&copy; 2018 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2018-01-13)</p>
219+
<p>&copy; 2018 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2018-01-24)</p>
220220
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
221221
</section>
222222
</article>

docs/docsets/.tgz

-2 Bytes
Binary file not shown.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h2 id='license' class='heading'>License</h2>
216216
</section>
217217
</section>
218218
<section id="footer">
219-
<p>&copy; 2018 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2018-01-13)</p>
219+
<p>&copy; 2018 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2018-01-24)</p>
220220
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
221221
</section>
222222
</article>

docs/undocumented.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"warnings": [
33

44
],
5-
"source_directory": "/Users/vknabel/Developer/archery/Archery"
5+
"source_directory": "/Users/vknabel/CloudStation/Developer/archery/Archery"
66
}

0 commit comments

Comments
 (0)