Skip to content

Commit

Permalink
Updated version to 0.7.2 and updated list of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Nov 30, 2008
1 parent 782dc61 commit 14c53e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,5 +1,12 @@
0.7.2 - November 30th, 2008

* Added support for associating an image with a map object
* Fixed not being able to move an object group
* Fixed unable to select small map objects
* Fixed references to external tilesets that are not in the same directory
* Fixed some files missing from tiled-core.jar
* Updated The Mana World plugin to detect collision layer correctly
* Updated minimum Java version to now 1.5

0.7.1 - September 2nd, 2008

Expand Down
2 changes: 1 addition & 1 deletion src/tiled/mapeditor/MapEditor.java
Expand Up @@ -74,7 +74,7 @@ public class MapEditor implements ActionListener, MouseListener,
private Cursor curEyed;

/** Current release version. */
public static final String version = "0.7.1";
public static final String version = "0.7.2";

private Map currentMap;
private MapView mapView;
Expand Down

0 comments on commit 14c53e2

Please sign in to comment.