Skip to content

Commit

Permalink
Updated version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poslegm committed Nov 11, 2018
1 parent 5ccaef9 commit e13eb05
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 @@ -14,7 +14,7 @@ My library implements three Perceptual Hashing algorithms: Radial Hash, DCT hash

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

#### 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.1.1"
version := "1.2.0"

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

0 comments on commit e13eb05

Please sign in to comment.