Skip to content

Commit

Permalink
Bumped Clojure version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Engblom committed Oct 22, 2019
1 parent 2a605a0 commit c04ec4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject gpio "0.2.2"
(defproject gpio "0.2.3"
:description "A simple library for using the GPIO headers on Raspberry Pi computers"
:url "https://github.com/engblom/gpio"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0"]])
:dependencies [[org.clojure/clojure "1.10.1"]])

0 comments on commit c04ec4c

Please sign in to comment.