We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9da512 + bd6fcf2 commit cd9e3eaCopy full SHA for cd9e3ea
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.1.1] - 2017-05-10
2
+### Changed
3
+- MSAL for ObjC no longer targets test slice by default (#195)
4
+
5
## [0.1.0] - 2017-05-08
6
### Added
7
- Initial BUILD Preview Release of MSAL for ObjC!
MSAL/src/MSAL_Internal.h
@@ -27,7 +27,7 @@
27
28
#define MSAL_VER_HIGH 0
29
#define MSAL_VER_LOW 1
30
-#define MSAL_VER_PATCH 0
+#define MSAL_VER_PATCH 1
31
32
#define STR_HELPER(x) #x
33
#define STR(x) STR_HELPER(x)
0 commit comments