Skip to content

Commit

Permalink
build: bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyic00 committed Oct 27, 2023
1 parent 209160b commit 07f338f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ verification conditions.
To use riscv-spec-core as a managed dependency, add this in your `build.sbt`:

```scala
libraryDependencies += "cn.ac.ios.tis" %% "riscvspeccore" % "0.1-SNAPSHOT"
libraryDependencies += "cn.ac.ios.tis" %% "riscvspeccore" % "0.1.0"
```

Specific usage see example [nutshell-fv](https://github.com/iscas-tis/nutshell-fv).
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / version := "0.1-SNAPSHOT"
ThisBuild / version := "0.1.0"
ThisBuild / organization := "cn.ac.ios.tis"
ThisBuild / scalaVersion := "2.12.15"

Expand Down

0 comments on commit 07f338f

Please sign in to comment.