We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e33f7 commit 075fd20Copy full SHA for 075fd20
mix.exs
@@ -3,10 +3,10 @@ defmodule Scenic.Mixfile do
3
4
@app_name :scenic
5
6
- @version "0.11.0-beta.0"
+ @version "0.11.0"
7
8
@elixir_version "~> 1.11"
9
- @github "https://github.com/boydm/scenic"
+ @github "https://github.com/ScenicFramework/scenic"
10
11
def project do
12
[
@@ -49,7 +49,7 @@ defmodule Scenic.Mixfile do
49
{:font_metrics, "~> 0.5.0"},
50
{:nimble_options, "~> 0.3.4 or ~> 0.4.0"},
51
{:ex_image_info, "~> 0.2.4"},
52
- {:truetype_metrics, "~> 0.5"},
+ {:truetype_metrics, "~> 0.6"},
53
54
# Tools
55
{:elixir_make, "~> 0.6.2", runtime: false},
0 commit comments