Skip to content

Commit

Permalink
Update for 2021-11-10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 10, 2021
1 parent 69393ad commit 3489302
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions notes/Release-2021-11-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Release 2021.11.06
=================

Bug fix release for Color Calibrator, see details in [ijp-color release 0.11.2 notes][ijp-color-r0-11-2].

[ijp-color-r0-11-2]: https://github.com/ij-plugins/ijp-color/releases/tag/v.0.11.2
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import sbt._

// @formatter:off
object Dependencies {
lazy val ijpColor = "net.sf.ij-plugins" %% "ijp-color" % "0.11.1"
lazy val ijpColorUI = "net.sf.ij-plugins" %% "ijp-color-ui" % "0.11.1"
lazy val ijpColor = "net.sf.ij-plugins" %% "ijp-color" % "0.11.2"
lazy val ijpColorUI = "net.sf.ij-plugins" %% "ijp-color-ui" % "0.11.2"
lazy val ijpDebayer2sx = "net.sf.ij-plugins" %% "ijp-debayer2sx-core" % "1.3.0"
lazy val ijpDebayer2sxPlugins = "net.sf.ij-plugins" %% "ijp-debayer2sx-plugins" % "1.3.0"
lazy val ijpImageIO = "net.sf.ij-plugins" % "ijp_imageio" % "2.2.0"
Expand Down

0 comments on commit 3489302

Please sign in to comment.