Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from bentranter/release-0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
bentranter authored Sep 5, 2019
2 parents bd7eda6 + ecedceb commit f155988
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/Turbolinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ <h2>Overview</h2>
<h2>Defined in:</h2>


<a href="https://github.com/bentranter/turbolinks/blob/d80759fb6c2f59a6883e7f9664c1dce83f8f518d/src/turbolinks/version.cr#L1" target="_blank">
<a href="https://github.com/bentranter/turbolinks/blob/bd7eda6283b499ff6a7ab11ef247210bed86bc64/src/turbolinks/version.cr#L1" target="_blank">
turbolinks/version.cr
</a>

<br/>


<a href="https://github.com/bentranter/turbolinks/blob/d80759fb6c2f59a6883e7f9664c1dce83f8f518d/src/turbolinks.cr#L7" target="_blank">
<a href="https://github.com/bentranter/turbolinks/blob/bd7eda6283b499ff6a7ab11ef247210bed86bc64/src/turbolinks.cr#L7" target="_blank">
turbolinks.cr
</a>

Expand All @@ -111,7 +111,7 @@ <h2>Constant Summary</h2>
<dl>

<dt class="entry-const" id="VERSION">
<strong>VERSION</strong> = <code><span class="s">&quot;0.1.1&quot;</span></code>
<strong>VERSION</strong> = <code><span class="s">&quot;0.2.0&quot;</span></code>
</dt>


Expand Down
4 changes: 2 additions & 2 deletions docs/Turbolinks/Handler.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Included Modules</h2>
<h2>Defined in:</h2>


<a href="https://github.com/bentranter/turbolinks/blob/d80759fb6c2f59a6883e7f9664c1dce83f8f518d/src/turbolinks.cr#L22" target="_blank">
<a href="https://github.com/bentranter/turbolinks/blob/bd7eda6283b499ff6a7ab11ef247210bed86bc64/src/turbolinks.cr#L22" target="_blank">
turbolinks.cr
</a>

Expand Down Expand Up @@ -196,7 +196,7 @@ <h2>Instance Method Detail</h2>
<br/>
<div>

[<a href="https://github.com/bentranter/turbolinks/blob/d80759fb6c2f59a6883e7f9664c1dce83f8f518d/src/turbolinks.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/bentranter/turbolinks/blob/bd7eda6283b499ff6a7ab11ef247210bed86bc64/src/turbolinks.cr#L30" target="_blank">View source</a>]

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: turbolinks
version: 0.1.1
version: 0.2.0

authors:
- Ben Tranter <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/turbolinks/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Turbolinks
VERSION = "0.1.1"
VERSION = "0.2.0"
end

0 comments on commit f155988

Please sign in to comment.