Skip to content

Commit

Permalink
docs: set docs version to v060 (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce authored Sep 19, 2024
1 parent 8f0f803 commit e0dd6ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions batcher/aligned/install_aligned.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ BASE_DIR=$HOME
ALIGNED_DIR="${ALIGNED_DIR-"$BASE_DIR/.aligned"}"
ALIGNED_BIN_DIR="$ALIGNED_DIR/bin"
ALIGNED_BIN_PATH="$ALIGNED_BIN_DIR/aligned"
CURRENT_TAG=$(curl -s -L \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \
| grep '"tag_name":' | awk -F'"' '{print $4}')
#CURRENT_TAG=$(curl -s -L \
# -H "Accept: application/vnd.github+json" \
# -H "X-GitHub-Api-Version: 2022-11-28" \
# https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \
# | grep '"tag_name":' | awk -F'"' '{print $4}')
CURRENT_TAG=v0.6.0
RELEASE_URL="https://github.com/yetanotherco/aligned_layer/releases/download/$CURRENT_TAG/"

ARCH=$(uname -m)
Expand Down
2 changes: 1 addition & 1 deletion docs/3_guides/1_SDK_how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use this SDK in your Rust project, add the following to your `Cargo.toml`:

```toml
[dependencies]
aligned-sdk = { git = "https://github.com/yetanotherco/aligned_layer", tag="v0.7.0" }
aligned-sdk = { git = "https://github.com/yetanotherco/aligned_layer", tag="v0.6.0" }
```

To find the latest release tag go to [releases](https://github.com/yetanotherco/aligned_layer/releases) and copy the
Expand Down

0 comments on commit e0dd6ce

Please sign in to comment.