Skip to content

Commit 075fd20

Browse files
committed
set version to 0.11.0
1 parent 58e33f7 commit 075fd20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ defmodule Scenic.Mixfile do
33

44
@app_name :scenic
55

6-
@version "0.11.0-beta.0"
6+
@version "0.11.0"
77

88
@elixir_version "~> 1.11"
9-
@github "https://github.com/boydm/scenic"
9+
@github "https://github.com/ScenicFramework/scenic"
1010

1111
def project do
1212
[
@@ -49,7 +49,7 @@ defmodule Scenic.Mixfile do
4949
{:font_metrics, "~> 0.5.0"},
5050
{:nimble_options, "~> 0.3.4 or ~> 0.4.0"},
5151
{:ex_image_info, "~> 0.2.4"},
52-
{:truetype_metrics, "~> 0.5"},
52+
{:truetype_metrics, "~> 0.6"},
5353

5454
# Tools
5555
{:elixir_make, "~> 0.6.2", runtime: false},

0 commit comments

Comments
 (0)