Skip to content

Commit

Permalink
fix failing ci error and inc develop vsn
Browse files Browse the repository at this point in the history
  • Loading branch information
WanjikuMac committed Oct 31, 2023
1 parent 968d747 commit b6b6c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/twinklyhaha_web/controllers/oc2_controller.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule TwinklyhahaWeb.OC2Controller do
require Logger
use TwinklyhahaWeb, :controller
alias Openc2.Oc2.Command

@topic "leds"

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Twinklyhaha.MixProject do
def project do
[
app: :twinklyhaha,
version: "0.5.1",
version: "0.5.2",
elixir: "~> 1.15.6",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down

0 comments on commit b6b6c87

Please sign in to comment.