Skip to content

Commit

Permalink
release v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 17, 2024
1 parent 69e08d2 commit ea7cd4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule StbImage.MixProject do
use Mix.Project

@app :stb_image
@version "0.6.9-dev"
@version "0.6.9"
@github_url "https://github.com/elixir-nx/stb_image"

def project do
Expand Down Expand Up @@ -37,8 +37,8 @@ defmodule StbImage.MixProject do
defp deps do
[
# compilation
{:cc_precompiler, "~> 0.1.0"},
{:elixir_make, "~> 0.8.3"},
{:cc_precompiler, "~> 0.1"},
{:elixir_make, "~> 0.8"},
# optional
{:nx, "~> 0.4", optional: true},
{:kino, "~> 0.7", optional: true},
Expand Down

0 comments on commit ea7cd4f

Please sign in to comment.