Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
zgmrvn committed Oct 13, 2017
1 parent d2c2a37 commit 3163cc4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion @surface_painter/addons/sp_core/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CfgPatches {
name = "Surface Painter - Core";
units[] = {};
weapons[] = {};
version = 1.1.0;
version = 1.1.1;
requiredaddons[] = {};
};
};
Expand Down
2 changes: 1 addition & 1 deletion @surface_painter/addons/sp_extra_export/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CfgPatches {
name = "Surface Painter - Extra - Export";
units[] = {};
weapons[] = {};
version = 1.1.0;
version = 1.1.1;
requiredaddons[] = {"SP_Core"};
};
};
Expand Down
2 changes: 1 addition & 1 deletion @surface_painter/addons/sp_mode_brush/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CfgPatches {
name = "Surface Painter - Mode - Brush";
units[] = {};
weapons[] = {};
version = 1.1.0;
version = 1.1.1;
requiredaddons[] = {
"SP_Core",
"SP_Tool_Circle",
Expand Down
2 changes: 1 addition & 1 deletion @surface_painter/addons/sp_mode_edge/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CfgPatches {
name = "Surface Painter - Mode - Edge";
units[] = {};
weapons[] = {};
version = 1.1.0;
version = 1.1.1;
requiredaddons[] = {"SP_Core", "SP_Tool_Circle", "SP_Tool_Pool"};
};
};
Expand Down
2 changes: 1 addition & 1 deletion @surface_painter/addons/sp_mode_surface_painter/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CfgPatches {
name = "Surface Painter - Mode - Surface Painter";
units[] = {};
weapons[] = {};
version = 1.1.0;
version = 1.1.1;
requiredaddons[] = {"A3_Structures_F_Mil_Helipads", "SP_Core"};
};
};
Expand Down
2 changes: 1 addition & 1 deletion @surface_painter/addons/sp_tool_bounding_box/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CfgPatches {
name = "Surface Painter - Tool - Bounding Box";
units[] = {};
weapons[] = {};
version = 1.1.0;
version = 1.1.1;
requiredaddons[] = {"SP_Core"};
};
};
Expand Down
2 changes: 1 addition & 1 deletion @surface_painter/addons/sp_tool_circle/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CfgPatches {
name = "Surface Painter - Tool - Circle";
units[] = {};
weapons[] = {};
version = 1.1.0;
version = 1.1.1;
requiredaddons[] = {"SP_Core"};
};
};
Expand Down
2 changes: 1 addition & 1 deletion @surface_painter/addons/sp_tool_pool/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class CfgPatches {
name = "Surface Painter - Tool - Pool";
units[] = {};
weapons[] = {};
version = 1.1.0;
version = 1.1.1;
requiredaddons[] = {"A3_Data_F", "SP_Core"};
};
};
Expand Down
4 changes: 2 additions & 2 deletions @surface_painter/mod.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "Suface Painter 1.1.0";
name = "Suface Painter 1.1.1";
picture = "icon.paa";
actionName = "GitHub";
action = "https://github.com/zgmrvn/surface-painter-mod";
description = "Suface Painter - Version 1.1.0";
description = "Suface Painter - Version 1.1.1";
logo = "icon.paa";
logoOver = "icon.paa";
tooltip = "Surface Painter";
Expand Down

0 comments on commit 3163cc4

Please sign in to comment.