diff options
| -rw-r--r-- | addon/YaCy.app/Contents/Info.plist | 4 | ||||
| -rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 5f772f193..148c86134 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -7,7 +7,7 @@ <key>CFBundleDisplayName</key> <string>YaCy</string> <key>CFBundleShortVersionString</key> -<string>1.90</string> +<string>1.92</string> <key>CFBundleGetInfoString</key> <string>Peer-to-Peer Search Engine</string> <key>NSHumanReadableCopyright</key> @@ -15,7 +15,7 @@ <key>CFBundleIdentifier</key> <string>net.yacy.yacy</string> <key>CFBundleVersion</key> -<string>1.90</string> +<string>1.92</string> <key>CFBundleAllowMixedLocalizations</key> <string>true</string> <key>CFBundleExecutable</key> @@ -4,7 +4,7 @@ <groupId>net.yacy</groupId> <artifactId>yacycore</artifactId> - <version>1.91</version> + <version>1.92</version> <packaging>jar</packaging> <description>YaCy - a Peer to Peer Web Search Engine</description> <name>YaCy Search Server</name> |
