소스 검색

bump version adn update readme

stan 1 개월 전
부모
커밋
b12a9dab78
2개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  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"