update version number and docs

This commit is contained in:
Paul Colton
2013-09-04 11:31:48 -07:00
parent 821c418936
commit fafb603295
2 changed files with 8 additions and 2 deletions

View File

@@ -34,7 +34,13 @@ Motion::Project::App.setup do |app|
end
```
4. Create the `default.css` in `resources` directory.
4. Note: As of Pixate 1.1 beta 4, you need to add the following line to your `app_delegate` file in the `application(application, didFinishLaunchingWithOptions:launchOptions)` method before the `@window.makeKeyAndVisible` call:
```ruby
@window.styleMode = PXStylingNormal
```
5. Create the `default.css` in `resources` directory.
Note: To install the motion-pixate gem, see the [RubyGems site](https://rubygems.org/gems/motion-pixate).

View File

@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
Version = "1.2"
Version = "1.3"
Gem::Specification.new do |gem|
gem.name = "motion-pixate"