Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
poslegm committed Feb 20, 2019
1 parent deb5b01 commit 37429da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ My library implements three Perceptual Hashing algorithms: Radial Hash, DCT hash
#### sbt dependencies

```scala
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies += "com.github.poslegm" %% "scala-phash" % "1.2.0"
libraryDependencies += "com.github.poslegm" %% "scala-phash" % "1.2.1"
```

#### API
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "scala-phash"

organization := "com.github.poslegm"

version := "1.2.0"
version := "1.2.1"

scalaVersion := "2.12.8"
crossScalaVersions := Seq("2.11.8", "2.12.1", scalaVersion.value)
Expand Down

0 comments on commit 37429da

Please sign in to comment.