Skip to content

Commit

Permalink
v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Jun 2, 2019
1 parent 3b42505 commit a6feac6
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 49 deletions.
2 changes: 1 addition & 1 deletion core/procs.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
PRINT_IF_NOT_NIL
)

const VERSION = "v0.12.3"
const VERSION = "v0.12.4"

var internalLibs map[string][]byte

Expand Down
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ <h2>Index</h2>
<li>
<a href="#joker.crypto">joker.crypto</a>
</li>
<li>
<a href="#joker.filepath">joker.filepath</a>
</li>
<li>
<a href="#joker.hex">joker.hex</a>
</li>
Expand Down Expand Up @@ -88,6 +91,12 @@ <h3 id="joker.crypto">joker.crypto</h3>
<p class="var-docstr">Implements common cryptographic and hash functions.</p>
<a href="joker.crypto.html">details</a>
</li>
<li>
<h3 id="joker.filepath">joker.filepath</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">Implements utility routines for manipulating filename paths.</p>
<a href="joker.filepath.html">details</a>
</li>
<li>
<h3 id="joker.hex">joker.hex</h3>
<span class="var-added">v1.0</span>
Expand Down
Loading

0 comments on commit a6feac6

Please sign in to comment.