Skip to content

Commit 37429da

Browse files
committed
Version update
1 parent deb5b01 commit 37429da

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ My library implements three Perceptual Hashing algorithms: Radial Hash, DCT hash
1313
#### sbt dependencies
1414

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

2019
#### API

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "scala-phash"
22

33
organization := "com.github.poslegm"
44

5-
version := "1.2.0"
5+
version := "1.2.1"
66

77
scalaVersion := "2.12.8"
88
crossScalaVersions := Seq("2.11.8", "2.12.1", scalaVersion.value)

0 commit comments

Comments
 (0)