Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Commit c942720

Browse files
author
Alexis Aubry Radanovic
committed
Remove version number from README
1 parent c155e95 commit c942720

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Add this line to your `Package.swift`:
3939
Add this line to your `Podfile`:
4040

4141
~~~ruby
42-
pod "QuerySerialization" ~> '1.0.0'
42+
pod "QuerySerialization"
4343
~~~
4444

4545
### Carthage
4646

4747
Add this line to your Cartfile:
4848

4949
~~~
50-
github "alexaurby/QuerySerialization" ~> 1.0
50+
github "alexaurby/QuerySerialization"
5151
~~~
5252

5353
### Manually

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
<a href='#cocoapods' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='cocoapods'>CocoaPods</h3>
7474

7575
<p>Add this line to your <code>Podfile</code>:</p>
76-
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s2">"QuerySerialization"</span> <span class="o">~&gt;</span> <span class="s1">'1.0.0'</span>
76+
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s2">"QuerySerialization"</span>
7777
</code></pre>
7878
<a href='#carthage' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='carthage'>Carthage</h3>
7979

8080
<p>Add this line to your Cartfile:</p>
81-
<pre class="highlight plaintext"><code>github "alexaurby/QuerySerialization" ~&gt; 1.0
81+
<pre class="highlight plaintext"><code>github "alexaurby/QuerySerialization"
8282
</code></pre>
8383
<a href='#manually' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='manually'>Manually</h3>
8484

-24 Bytes
Binary file not shown.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
<a href='#cocoapods' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='cocoapods'>CocoaPods</h3>
7474

7575
<p>Add this line to your <code>Podfile</code>:</p>
76-
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s2">"QuerySerialization"</span> <span class="o">~&gt;</span> <span class="s1">'1.0.0'</span>
76+
<pre class="highlight ruby"><code><span class="n">pod</span> <span class="s2">"QuerySerialization"</span>
7777
</code></pre>
7878
<a href='#carthage' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='carthage'>Carthage</h3>
7979

8080
<p>Add this line to your Cartfile:</p>
81-
<pre class="highlight plaintext"><code>github "alexaurby/QuerySerialization" ~&gt; 1.0
81+
<pre class="highlight plaintext"><code>github "alexaurby/QuerySerialization"
8282
</code></pre>
8383
<a href='#manually' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='manually'>Manually</h3>
8484

0 commit comments

Comments
 (0)