diff --git a/lib/gpx/gpx.rb b/lib/gpx/gpx.rb index 77cd4e9..db97cb8 100644 --- a/lib/gpx/gpx.rb +++ b/lib/gpx/gpx.rb @@ -21,7 +21,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #++ module GPX - VERSION = "0.1" + VERSION = "0.2" # A common base class which provides a useful initializer method to many # class in the GPX library.