Parcourir la source

bump version adn update readme

stan il y a 3 semaines
Parent
commit
b12a9dab78
2 fichiers modifiés avec 9 ajouts et 2 suppressions
  1. 7 0
      README.md
  2. 2 2
      Sunrise/resources/resource.h

+ 7 - 0
README.md

@@ -28,6 +28,13 @@ If you want to support my open source work you can find the means on my
 All content released under this project is free and open source. If someone is trying to sell you
 something you are getting scammed.
 
+## Rules
+Issues are for bug reports only.
+
+PRs are for pull requests only.
+
+Do not go and argue/chat there, you can do that on the discord.
+
 ## Contributing
 
 Pull Requests are welcome. Please follow these rules:

+ 2 - 2
Sunrise/resources/resource.h

@@ -10,7 +10,7 @@
 /** The four numeric fields of the version resource, in FILEVERSION order. */
 #define SUNRISE_VER_MAJOR 0
 #define SUNRISE_VER_MINOR 2
-#define SUNRISE_VER_PATCH 0
+#define SUNRISE_VER_PATCH 1
 #define SUNRISE_VER_BUILD 0
 /** The same version as display text. Windows shows this string, not the four fields. */
-#define SUNRISE_VER_STRING "0.2.0.0"
+#define SUNRISE_VER_STRING "0.2.1.0"