Skip to content

Commit

Permalink
Add release 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anon2020zzz committed May 21, 2021
1 parent b6717be commit aeaeb80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ergoMixFront
2 changes: 1 addition & 1 deletion mixer/app/controllers/ApiController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ class ApiController @Inject()(assets: Assets, controllerComponents: ControllerCo
}",
| "withdrawStatus": "${mix.mixRequest.withdrawStatus}",
| "withdrawTxId": "$withdrawTxId",
| "lastMixTime": $lastMixTime,
| "lastMixTime": "$lastMixTime",
| "mixingTokenId": "${mix.mixRequest.tokenId}",
| "mixingTokenAmount": ${mix.mixRequest.mixingTokenAmount}
|}""".stripMargin
Expand Down
2 changes: 1 addition & 1 deletion mixer/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ libraryDependencies ++= Seq(evolutions, jdbc)

lazy val commonSettings = Seq(
organization := "ergoMixer",
version := "3.3.3",
version := "3.3.4",
scalaVersion := "2.12.10",
resolvers ++= Seq(sonatypeReleases,
"SonaType" at "https://oss.sonatype.org/content/groups/public",
Expand Down

0 comments on commit aeaeb80

Please sign in to comment.