Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Apr 12, 2015
1 parent de6a63e commit 5e643ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ClojureScript/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject goby "0.3.0"
(defproject goby "0.3.1"
:description "Develop iOS apps in ClojureScript"
:url "http://github.com/mfikes/goby"
:license {:name "Eclipse"
Expand Down
4 changes: 2 additions & 2 deletions Goby.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Goby'
s.version = '0.3.0'
s.version = '0.3.1'
s.license = { :type => 'Eclipse Public License 1.0', :file => 'LICENSE' }
s.summary = 'Develop iOS apps with ClojureScript'
s.homepage = 'https://github.com/mfikes/goby'
s.author = 'Mike Fikes'
s.source = { :git => 'https://github.com/mfikes/goby.git', :tag => '0.3.0' }
s.source = { :git => 'https://github.com/mfikes/goby.git', :tag => '0.3.1' }
s.source_files = 'iOS/src/*.{h,m}'
s.platform = :ios
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Develop iOS apps with ClojureScript.

```
platform :ios, '8.0'
pod "Goby", "~> 0.3.0"
pod "Goby", "~> 0.3.1"
```

[![Clojars Project](http://clojars.org/goby/latest-version.svg)](http://clojars.org/goby)
Expand Down

0 comments on commit 5e643ae

Please sign in to comment.