diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7da7f6ba..51190ea6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,8 @@ exmples: Select one Card of the project and implement it or make other changes -##Git crash-course -To contribute fork the repository and clone **your** repo. Then make your changes, add it to git with `git add .` and upload it to Github with `git commit -m "message"` and `git push` or with your IDE. +## Git crash-course +To contribute fork the repository and clone **your** repo. Then make your changes, add it to git with `git add File.xy` and upload it to GitHub with `git commit -m "message"` and `git push`. +Some IDEs can do this automatically. -If you uploaded your changes, create a pull request +If you uploaded your changes, create a pull request to dev-branch diff --git a/rare/__init__.py b/rare/__init__.py index 03cd8cf2..3d503edd 100644 --- a/rare/__init__.py +++ b/rare/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "1.0_beta2" +__version__ = "1.0_beta" style_path = os.path.join(os.path.dirname(__file__), "styles/") lang_path = os.path.join(os.path.dirname(__file__), "languages/") diff --git a/rare/styles/Logo.png b/rare/styles/Logo.png index 77a42039..c608b988 100644 Binary files a/rare/styles/Logo.png and b/rare/styles/Logo.png differ