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