From 70521f2e71dd28b99b01d54bdb9f8b018407e2b9 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Sat, 7 Feb 2015 16:58:02 +0200 Subject: [PATCH] v2.1.2 --- csfml.nimble | 2 +- examples/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csfml.nimble b/csfml.nimble index 49d02a9..8d58234 100644 --- a/csfml.nimble +++ b/csfml.nimble @@ -1,6 +1,6 @@ [Package] name: "csfml" -version: "2.1.1" +version: "2.1.2" author: "Oleh Prypin" description: "Bindings for Simple and Fast Multimedia Library (through CSFML)" license: "zlib" diff --git a/examples/README.md b/examples/README.md index 1a3c6e0..42a0a15 100644 --- a/examples/README.md +++ b/examples/README.md @@ -81,4 +81,4 @@ Acknowledgements [pong]: https://github.com/LaurentGomila/SFML/blob/master/examples/pong [sound_capture]: https://github.com/LaurentGomila/SFML/blob/master/examples/sound_capture/ -[shader]: https://github.com/LaurentGomila/SFML/blob/master/examples/sound_capture/ \ No newline at end of file +[shader]: https://github.com/LaurentGomila/SFML/blob/master/examples/shader/ \ No newline at end of file