Merge branch 'master' into develop

This commit is contained in:
Mark Maglana
2013-09-03 15:20:37 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ Or install it yourself as:
## Usage
```ruby
require 'aviator'
require 'aviator/core'
# Create a new session. See 'Configuration' below for the config file format.
session = Aviator::Session.new(

View File

@@ -1,3 +1,3 @@
module Aviator
VERSION = "0.0.2"
VERSION = "0.0.3"
end