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

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bentranter committed Jan 8, 2018
1 parent 215ab24 commit 14bc941
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/Turbolinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ <h2>Overview</h2>
<h2>Defined in:</h2>


<a href="https://github.com/bentranter/turbolinks/blob/08564fe465bdc10dcb03390ae87009ab6b20a0ea/src/turbolinks/version.cr#L1" target="_blank">turbolinks/version.cr</a>
<a href="https://github.com/bentranter/turbolinks/blob/215ab24209ff9092456d868bd1313fb974f13f18/src/turbolinks/version.cr#L1" target="_blank">turbolinks/version.cr</a>

<br/>


<a href="https://github.com/bentranter/turbolinks/blob/08564fe465bdc10dcb03390ae87009ab6b20a0ea/src/turbolinks.cr#L7" target="_blank">turbolinks.cr</a>
<a href="https://github.com/bentranter/turbolinks/blob/215ab24209ff9092456d868bd1313fb974f13f18/src/turbolinks.cr#L7" target="_blank">turbolinks.cr</a>

<br/>

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

<dt class="entry-const" id="VERSION">
<strong>VERSION</strong> = <code><span class="s">&quot;0.1.0&quot;</span></code>
<strong>VERSION</strong> = <code><span class="s">&quot;0.1.1&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 @@ -91,7 +91,7 @@ <h2>Included Modules</h2>
<h2>Defined in:</h2>


<a href="https://github.com/bentranter/turbolinks/blob/08564fe465bdc10dcb03390ae87009ab6b20a0ea/src/turbolinks.cr#L22" target="_blank">turbolinks.cr</a>
<a href="https://github.com/bentranter/turbolinks/blob/215ab24209ff9092456d868bd1313fb974f13f18/src/turbolinks.cr#L22" target="_blank">turbolinks.cr</a>

<br/>

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

[<a href="https://github.com/bentranter/turbolinks/blob/08564fe465bdc10dcb03390ae87009ab6b20a0ea/src/turbolinks.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/bentranter/turbolinks/blob/215ab24209ff9092456d868bd1313fb974f13f18/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 shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: turbolinks
version: 0.1.0
version: 0.1.1

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.0"
VERSION = "0.1.1"
end

0 comments on commit 14bc941

Please sign in to comment.