Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
edy committed Jul 8, 2024
1 parent 4a892f2 commit d3a6a24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aptos-move-analyzer"
version = "0.5.0"
version = "1.0.0"
authors = ["BitsLab/MoveBit"]
description = "A language server for Move"
repository = "https://github.com/movebit/move"
Expand Down
5 changes: 2 additions & 3 deletions editors/code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


## Introduction <span id="Introduction">
The **aptos-move-analyzer** is a Visual Studio Code plugin for **Aptos Move** language developed by [MoveBit](https://movebit.xyz). Although this is an alpha release, it has many useful features, such as **highlight, autocomplete, go to definition/references**, and so on.
The **aptos-move-analyzer** is a Visual Studio Code plugin for **Aptos Move** language developed by [MoveBit](https://movebit.xyz).

## Features <span id="Features">

Expand All @@ -26,7 +26,6 @@ Move source file (a file with a `.move` file extension) and:
- go to references
- type on hover
- inlay hints
- linter for move file
- formatter for move file
- ...

Expand Down Expand Up @@ -69,7 +68,7 @@ cargo install --git https://github.com/movebit/aptos-move-analyzer --branch rele
The installation may take some time, often several minutes. After installation, the `aptos-move-analyzer` program is in your `cargo` binary directory. On macOS and Linux, this directory is usually `~/.cargo/bin`. You should make sure this location is in your `PATH` environment variable via `export PATH="$PATH:~/.cargo/bin"` .

To confirm that you've installed the language server program successfully, execute
`aptos-move-analyzer --version` on the command line. You should see the output `aptos-move-analyzer version number(0.5.0)`.
`aptos-move-analyzer --version` on the command line. You should see the output `aptos-move-analyzer version number(1.0.0)`.
If you don't see it, check the troubleshooting section at the end.

After completing the above steps, **restart** VSCode.
Expand Down
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "MoveBit",
"icon": "images/move.png",
"license": "Apache-2.0",
"version": "0.5.0",
"version": "0.9.0",
"preview": true,
"homepage": "https://github.com/move-language/move",
"repository": {
Expand Down

0 comments on commit d3a6a24

Please sign in to comment.