Skip to content

Commit b1c723d

Browse files
Preparing 1.8.5
1 parent 5916093 commit b1c723d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
target/
1313
test-output/
1414

15+
# Maven #
16+
target/
17+
pom.xml.versionsBackup
18+
1519
# IntelliJ Settings Files #
1620
.idea/
1721
out/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.cryptomator</groupId>
44
<artifactId>cryptofs</artifactId>
5-
<version>1.9.0-SNAPSHOT</version>
5+
<version>1.8.5</version>
66
<name>Cryptomator Crypto Filesystem</name>
77
<description>This library provides the Java filesystem provider used by Cryptomator.</description>
88
<url>https://github.com/cryptomator/cryptofs</url>

0 commit comments

Comments
 (0)