From 5c93521ce5fb8f90136f53b29204b2223c58298a Mon Sep 17 00:00:00 2001 From: oakes Date: Thu, 13 Feb 2014 11:36:55 -0500 Subject: [PATCH] Increment version number --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 853bcab..85a249a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index d3b6826..79a583a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject play-clj "0.2.0-SNAPSHOT" +(defproject play-clj "0.2.0" :description "A LibGDX wrapper for easy cross-platform game development" :url "https://github.com/oakes/play-clj" :license {:name "Public Domain"