Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Mar 25, 2018
1 parent 7634054 commit 126a706
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions ClojureScript/deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{:deps
{org.clojure/clojurescript {:mvn/version "1.10.191"}
{org.clojure/clojurescript {:mvn/version "1.10.238"}
org.clojure/core.async {:mvn/version "0.4.474"}
goby {:mvn/version "1.1.0"}
ambly {:git/url "https://github.com/mfikes/ambly"
:sha "1cfaa6908cb1e6825db40d6abcfa04c2d72b79f4"}}}
ambly {:mvn/version "1.3.0"}}}
4 changes: 2 additions & 2 deletions ClojureScript/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject shrimp "0.1.0-SNAPSHOT"
:description "Demo project for Goby."
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.562"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.238"]
[org.clojure/core.async "0.3.443"]
[goby "1.0.0"]
[ambly "1.0.0"]]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Here is what this all looks like in [Cursive](https://cursiveclojure.com) (using
License
=======

Copyright © 2015-2017 Mike Fikes and Contributors
Copyright © 2015-2018 Mike Fikes and Contributors

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
2 changes: 1 addition & 1 deletion iOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ platform :ios, '8.0'

target 'Shrimp' do
pod 'Goby', '~> 1.1.0'
pod 'Ambly', '~> 1.2.0'
pod 'Ambly', '~> 1.3.0'
end
2 changes: 1 addition & 1 deletion iOS/Shrimp/Base.lproj/LaunchScreen.xib
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright © 2015–2017 Mike Fikes and Contributors." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright © 2015–2018 Mike Fikes and Contributors." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<rect key="frame" x="20" y="439" width="441" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
Expand Down

0 comments on commit 126a706

Please sign in to comment.