Skip to content
Snippets Groups Projects
Commit 9c3aea5e authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Version 1.1.2

parent 16a47efd
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -6,5 +6,5 @@
<component name="NodePackageJsonFileManager">
<packageJsonPaths />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (SchoolApps)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (school-apps)" project-jdk-type="Python SDK" />
</project>
\ No newline at end of file
......@@ -23,7 +23,7 @@
<excludeFolder url="file://$MODULE_DIR$/env" />
<excludeFolder url="file://$MODULE_DIR$/schoolapps/staticcollect" />
</content>
<orderEntry type="jdk" jdkName="Python 3.7 (SchoolApps)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.7 (school-apps)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
......@@ -48,7 +48,4 @@
</list>
</option>
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>
</module>
\ No newline at end of file
......@@ -74,4 +74,6 @@ Weitere Verbesserungen der vorangegeangen Versionen dieses Releases.
+ Titel des aktuellsten Artikel im Dashboard nicht im Bild, sondern unterm Bild anzeigen
* Interne Verbesserungen
+ Einfachere Einbindung von React für REBUS
\ No newline at end of file
## 1.1.2 "Aebli"
* Bugfix in der PWA (zuerst Netzwerk, dann Cache)
\ No newline at end of file
......@@ -10,7 +10,7 @@ with open(copyright_path, "r") as f:
COPYRIGHT_SHORT = "© 2018–2019 Mitglieder der Computer-AG, Katharineum zu Lübeck"
VERSION = '1.1.1 "Aebli"'
VERSION = '1.1.2 "Aebli"'
LICENSE_APACHE_2 = "Apache 2.0 License"
LICENSE_BSD = "2-Clause BSD License"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment