From 8eb5f3f33dfa3d31a16f7f3357fbf338c662fb4e Mon Sep 17 00:00:00 2001
From: 0xboobface <0xboobface@gmail.com>
Date: Sun, 14 Apr 2019 20:38:32 +0200
Subject: [PATCH 1/2] Set version to 1.20.0
---
client/pom.xml | 2 +-
common/pom.xml | 2 +-
master/pom.xml | 2 +-
server/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/client/pom.xml b/client/pom.xml
index abca8e98..70f127fa 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 1.19.1
+ 1.20.0
../master
diff --git a/common/pom.xml b/common/pom.xml
index 60676ef6..7fd89d1e 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 1.19.1
+ 1.20.0
../master
diff --git a/master/pom.xml b/master/pom.xml
index e0f818f3..fa4305f1 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -6,7 +6,7 @@
ctbrec
master
pom
- 1.19.1
+ 1.20.0
../common
diff --git a/server/pom.xml b/server/pom.xml
index d561f1a3..1ed9e240 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 1.19.1
+ 1.20.0
../master
From 96660de833f4cef53f721fe45dea646b84a7c23f Mon Sep 17 00:00:00 2001
From: 0xboobface <0xboobface@gmail.com>
Date: Mon, 15 Apr 2019 16:02:24 +0200
Subject: [PATCH 2/2] Fixed typo
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae37e0f5..0c0bf8af 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@
* Added filter for recorded models
* Added mechanism to ignore models. Ignored models will not show up in the
thumbnail overviews anymore. This might be useful, if you like to browse for
- new models to record, and don't want hide models you don't like, so that they
+ new models to record, and want to hide models you don't like, so that they
don't show up again in the future
* Multi-selection in the thumbnail overview with ctrl instead of shift