Skip to content

Commit

Permalink
Re-pom and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Sep 5, 2019
1 parent 48d8e76 commit 45c8dd1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>olical</groupId>
<artifactId>propel</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<name>propel</name>
<description> Propel helps you start Clojure(Script) REPLs with a prepl.</description>
<url>https://github.com/Olical/propel</url>
Expand Down Expand Up @@ -42,6 +42,11 @@
<artifactId>figwheel-main</artifactId>
<version>0.2.3</version>
</dependency>
<dependency>
<groupId>figwheel-sidecar</groupId>
<artifactId>figwheel-sidecar</artifactId>
<version>0.5.18</version>
</dependency>
<dependency>
<groupId>expound</groupId>
<artifactId>expound</artifactId>
Expand Down

0 comments on commit 45c8dd1

Please sign in to comment.