Skip to content

Commit

Permalink
Setting version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jan 26, 2020
1 parent e7c050d commit 4d4c5e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Actions build](https://github.com/plokhotnyuk/expression-evaluator/workflows/build/badge.svg)](https://github.com/plokhotnyuk/expression-evaluator/actions)
[![TravisCI build](https://travis-ci.org/plokhotnyuk/expression-evaluator.svg?branch=master)](https://travis-ci.org/plokhotnyuk/expression-evaluator)
[![codecov](https://codecov.io/gh/plokhotnyuk/expression-evaluator/branch/master/graph/badge.svg)](https://codecov.io/gh/plokhotnyuk/expression-evaluator)
[![Maven Central](https://img.shields.io/badge/maven--central-0.1.1-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.expression-evaluator)
[![Maven Central](https://img.shields.io/badge/maven--central-0.1.2-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.expression-evaluator)

Compile-time expression evaluation for Scala

Expand All @@ -13,7 +13,7 @@ Add the library with a "provided" scope to your dependencies list:

```sbt
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.expression-evaluator" %% "expression-evaluator" % "0.1.1" % Provided // required only in compile-time
"com.github.plokhotnyuk.expression-evaluator" %% "expression-evaluator" % "0.1.2" % Provided // required only in compile-time
)
```

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.1.2-SNAPSHOT"
version in ThisBuild := "0.1.2"

0 comments on commit 4d4c5e4

Please sign in to comment.