Skip to content

Commit

Permalink
Release v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
HellRok committed Dec 11, 2022
1 parent db4c235 commit 4356c64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Taylor

## Unreleased
## v0.3.11

- Add Shader
- Add load_shader
Expand Down
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#pragma once
#define VERSION "0.4.0-pre"
#define VERSION "0.3.11"
4 changes: 2 additions & 2 deletions test/core_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_set_window_state_maximised
ensure
if window_ready?
close_window
init_window(10, 10, 'blah')
init_window(10, 10, 'Taylor Test Suite')
flush_frame
end
end
Expand Down Expand Up @@ -208,7 +208,7 @@ def test_set_window_size
if window_ready?
if windows?
close_window
init_window(10, 10, 'blah')
init_window(10, 10, 'Taylor Test Suite')
flush_frame
else
set_window_size 10, 10
Expand Down

0 comments on commit 4356c64

Please sign in to comment.