Skip to content

Commit

Permalink
1126 division typo (#1649)
Browse files Browse the repository at this point in the history
* fix division typo

* version bumps

---------

Co-authored-by: Ian Abbott <ij.abbott2306@gmail.com>
  • Loading branch information
ian-j-abbott-accenture and ijabbott authored Apr 7, 2023
1 parent bedd1c0 commit edf0d10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/alchemist/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Alchemist.MixProject do
def project do
[
app: :alchemist,
version: "0.2.26",
version: "0.2.27",
elixir: "~> 1.10",
build_path: "../../_build",
config_path: "../../config/config.exs",
Expand Down
2 changes: 1 addition & 1 deletion apps/andi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Andi.MixProject do
def project do
[
app: :andi,
version: "2.6.54",
version: "2.6.55",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/transformers/lib/transformations/division.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule Transformers.Division do
%{
field_name: "targetField",
field_type: "string",
field_label: "Field to populate with product",
field_label: "Field to populate with quotient",
options: nil
},
%{
Expand Down
2 changes: 1 addition & 1 deletion apps/transformers/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Transformers.MixProject do
def project do
[
app: :transformers,
version: "1.0.21",
version: "1.0.22",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ defmodule Transformers.DivisionTest do
%{
field_name: "targetField",
field_type: "string",
field_label: "Field to populate with product",
field_label: "Field to populate with quotient",
options: nil
},
%{
Expand Down

0 comments on commit edf0d10

Please sign in to comment.