Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Dec 8, 2023
1 parent a1fec9f commit 0369da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEV.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

```
$VERSION="0.0.1"
$VERSION="0.0.2"
git tag -a $VERSION -m "Release $VERSION"
git push origin main $VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See also [**hepek**](https://github.com/sake92/hepek), static content generator
Add the following to your `build.sc`:

```scala
import $ivy.`ba.sake::mill-hepek::0.0.1`
import $ivy.`ba.sake::mill-hepek::0.0.2`
import mill._
import mill.scalalib._
import ba.sake.millhepek.MillHepekModule
Expand Down

0 comments on commit 0369da6

Please sign in to comment.