Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Protsenko committed Sep 6, 2019
1 parent 3f54f3c commit 4fd563f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ encapsulation).
Using git dependency:
```edn
com.github.vlaaad/blanket {:git/url "https://github.com/vlaaad/blanket"
:sha "e29af06b0586361d35996ad4c5c9029cf11b188c"}
:sha "3f54f3cfec43f9de67cda56cc2ec1d88d7936951"}
```

Using maven:
```edn
com.github.vlaaad/blanket {:mvn/verion "1.0.0"}
com.github.vlaaad/blanket {:mvn/verion "1.1.0"}
```

# Usage
Expand Down
2 changes: 1 addition & 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>com.github.vlaaad</groupId>
<artifactId>blanket</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<name>blanket</name>
<dependencies>
<dependency>
Expand Down

0 comments on commit 4fd563f

Please sign in to comment.