Skip to content

Commit 84dea2e

Browse files
committed
bump version
1 parent f51788e commit 84dea2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Can pass in a :name option to scenes/components @am-kantox
55
* Clean up warnings under Elixir 1.11
66
* Tell git not to mangle line endings on test data - part of getting Windows support working. @trejkaz
7+
* Fix Texture.clear() bug so it now clears the entire texture. @shritesh
78

89

910
## 0.10.3

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Scenic.Mixfile do
33

44
@app_name :scenic
55

6-
@version "0.10.3"
6+
@version "0.10.4"
77

88
@elixir_version "~> 1.8"
99
@github "https://github.com/boydm/scenic"

0 commit comments

Comments
 (0)