diff --git a/README.md b/README.md index d0906ef95..7cea52eac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Community Base Addons -[![](https://img.shields.io/badge/Changelog-2.3.0-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A2.3+is%3Aclosed) -[![](https://img.shields.io/badge/Release-2.3.0-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.3.0.160217) +[![](https://img.shields.io/badge/Changelog-2.3.1-orange.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/issues?q=milestone%3A2.3.1+is%3Aclosed) +[![](https://img.shields.io/badge/Release-2.3.1-blue.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/releases/tag/v2.3.1.160220) [![](https://img.shields.io/badge/Github-Wiki-lightgrey.svg?style=flat-square)](https://github.com/CBATeam/CBA_A3/wiki) [![](https://img.shields.io/badge/Function-Documentation-yellow.svg?style=flat-square)](https://cbateam.github.io/CBA_A3/docs/files/overview-txt.html) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 7850502e9..44a7dec5d 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -3,8 +3,8 @@ // TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!) #define MAJOR 2 #define MINOR 3 -#define PATCHLVL 0 -#define BUILD 160217 +#define PATCHLVL 1 +#define BUILD 160220 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD diff --git a/mod.cpp b/mod.cpp index c9a165461..c81ebb093 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,4 +1,4 @@ -name = "Community Base Addons v2.3.0"; +name = "Community Base Addons v2.3.1"; picture = "logo_cba_ca.paa"; actionName = "Website"; action = "http://dev.withsix.com/projects/cba-a3";