Skip to content

Commit

Permalink
Merge pull request #40 from replete-repl/setup-for-2.1
Browse files Browse the repository at this point in the history
Setup for 2.1
  • Loading branch information
mfikes authored May 13, 2019
2 parents dd595e4 + 1f7cddb commit 41ede83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClojureScript/replete/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojure/clojure {:mvn/version "1.10.0"}
org.clojure/clojurescript {:mvn/version "1.10.520"}
github-replete-repl/replete-shared {:git/url "https://github.com/replete-repl/replete-shared"
:sha "b8fb0bcf749578ddd010b5ece1e3fefb90f9e2d5"}}}
:sha "a5a3493021eb3539f954c69e00ecd76bc6167345"}}}
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 2
versionName "2.0.1"
versionName "2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 41ede83

Please sign in to comment.