Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamizhvendan committed May 15, 2020
1 parent f73655b commit c0e4a8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This documentation uses [deps](https://clojure.org/guides/deps_and_cli) and assu
```clojure
;; deps.edn
{:paths ["src"]
:deps {org.graphqlize/honeyeql {:mvn/version "0.1.0-alpha28"}
:deps {org.graphqlize/honeyeql {:mvn/version "0.1.0-alpha29"}
hikari-cp {:mvn/version "2.10.0"}
org.postgresql/postgresql {:mvn/version "42.2.8"}
mysql/mysql-connector-java {:mvn/version "8.0.19"}}}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.graphqlize</groupId>
<artifactId>honeyeql</artifactId>
<version>0.1.0-alpha28</version>
<version>0.1.0-alpha29</version>

<name>Honey EQL</name>
<description>HoneyEQL enables you to query database using the EQL.</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/graphqlize/honeyeql</url>
<connection>scm:git:git://github.com/graphqlize/honeyeql.git</connection>
<developerConnection>scm:git:ssh://[email protected]/graphqlize/honeyeql.git</developerConnection>
<tag>0.1.0-alpha28</tag>
<tag>0.1.0-alpha29</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit c0e4a8c

Please sign in to comment.