Skip to content

Commit

Permalink
Merge pull request #217 from glenco/nt/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
Nicolas Tessore committed Jan 12, 2016
2 parents a545068 + f8e4c41 commit ce14643
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v1.1.1 / (2016-01-12)
---------------------

* bugfix: use parameter map to get correct wraparound flag
* fixed bug when last object was a lens
* fixed EPL scale

v1.1.0 (2015-10-10)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GitHub. The main [documentation] contains detailed instructions on how to set
up, run, configure and extend the code.

This project aims to be a community effort, and we are happy for any and all
contributions. The easist part to play is to open [issues] whenever something
contributions. The easiest part to play is to open [issues] whenever something
does not work, and create [pull requests] whenever you have fixed something
that was broken. Contributions in the form of new models are most welcome if
they are generally useful.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define LENSED_VERSION "1.1.0"
#define LENSED_VERSION "1.1.1"

0 comments on commit ce14643

Please sign in to comment.