Skip to content

Commit

Permalink
Preparing 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jun 6, 2019
1 parent 160f54b commit 34282ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@
*.tar.gz
*.rar

# Maven #
target/
pom.xml.versionsBackup

# Eclipse Settings Files #
.settings
.project
.classpath
target/
test-output/

# IntelliJ Settings Files #
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>org.cryptomator</groupId>
<artifactId>fuse-nio-adapter</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3</version>
<name>FUSE-NIO-Adapter</name>
<description>Access resources at a given NIO path via FUSE.</description>
<url>https://github.com/cryptomator/fuse-nio-adapter</url>
Expand Down

0 comments on commit 34282ab

Please sign in to comment.