Increment version number

This commit is contained in:
oakes
2014-02-13 11:36:55 -05:00
parent c6b3794263
commit 5c93521ce5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
## Introduction
A Clojure library that provides a wrapper for [LibGDX](http://libgdx.badlogicgames.com/), allowing you to write games that run on desktop OSes (Windows, OS X, and Linux) and mobile OSes (Android and iOS) with the same Clojure codebase. It is a work in progress, and currently only covers the parts of LibGDX relevant to 2D games, but the goal is to eventually have full coverage.
A Clojure library that provides a wrapper for [LibGDX](http://libgdx.badlogicgames.com/), allowing you to write 2D and 3D games that run on desktop OSes (Windows, OS X, and Linux) and mobile OSes (Android and iOS) with the same Clojure codebase.
## Getting Started