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.
1 parent fc425e9 commit ea4b086Copy full SHA for ea4b086
CHANGELOG.md
@@ -3,6 +3,13 @@
3
4
All notable changes to this project will be documented in this file.
5
6
+## Version 1.1.5
7
+**2021-10-11**
8
+
9
+### MacOS Support
10
11
+- Add support to MacOS
12
13
## Version 1.0.5
14
**2021-08-19**
15
DataLife.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'DataLife'
- s.version = '1.0.5'
+ s.version = '1.1.5'
s.summary = 'DataLife is an observable data storage class'
s.homepage = 'https://github.com/heroesofcode/DataLife.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 commit comments