Skip to content

Commit

Permalink
Merge pull request #16 from logicalmechanism/candidate-for-v0.1.4
Browse files Browse the repository at this point in the history
Candidate for v0.1.4
  • Loading branch information
logicalmechanism authored May 23, 2023
2 parents 61f3eb1 + 93bc6b8 commit 7470d9b
Show file tree
Hide file tree
Showing 22 changed files with 1,355 additions and 59 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ source = "github"

4. Compile your project by running the command `aiken check` in your project directory.


## Usage

To use the Aiken Assist Library in your project, import the desired modules in your code. For example:
Expand Down
2 changes: 1 addition & 1 deletion aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "aiken-lang/assist"
version = "0.1.3"
version = "0.1.4"
license = "Apache-2.0"
description = "Aiken Assist Library"

Expand Down
20 changes: 16 additions & 4 deletions docs/assist/addresses.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@
<h2>
<a href="../">assist</a>
<span id="project-version">
<span>v0.1.3 </span>
<span>v0.1.4 </span>
</span>
<script>
"use strict";

if ("undefined" !== typeof versionNodes) {
const currentVersion = "v0.1.3";
const currentVersion = "v0.1.4";
if (! versionNodes.find(element => element.version === currentVersion)) {
versionNodes.unshift({ version: currentVersion, url: "#" });
}
Expand Down Expand Up @@ -196,12 +196,24 @@ <h2>Modules</h2>

</a></li>

<li><a href="../assist/certificates.html">

assist/certificates

</a></li>

<li><a href="../assist/count.html">

assist/count

</a></li>

<li><a href="../assist/credentials.html">

assist/credentials

</a></li>

<li><a href="../assist/data.html">

assist/data
Expand Down Expand Up @@ -412,8 +424,8 @@ <h2 id="create_script_address"><pre class="hljs language-aiken">create_script_ad
});
</script>
<script src="../js/lunr.min.js?v=1.0.6-alpha"></script>
<script src="../js/index.js?v=1684516036"></script>
<script src="../js/index.js?v=1684883970"></script>
<!-- Load the search index using JSONP to avoid CORS issues -->
<script src="../search-data.js?v=1684516036"></script>
<script src="../search-data.js?v=1684883970"></script>
</body>
</html>
Loading

0 comments on commit 7470d9b

Please sign in to comment.