Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-device-info
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-device-info
Commits
39db5cc3
Commit
39db5cc3
authored
Mar 26, 2018
by
Mehdi Achour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: prepare for 0.21.3
parent
e3372d87
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
CHANGELOG.md
+4
-0
RNDeviceInfo.podspec
ios/RNDeviceInfo.podspec
+1
-1
AssemblyInfo.cs
windows/RNDeviceInfo/Properties/AssemblyInfo.cs
+1
-1
No files found.
CHANGELOG.md
View file @
39db5cc3
...
...
@@ -2,6 +2,10 @@
### next
### 0.21.3
*
Moved the IOS code to an ios/ directory (https://github.com/rebeccahughes/react-native-device-info/pull/374)
### 0.21.2
*
Fix getBatteryLevel() for tvOS (always return 1) (https://github.com/rebeccahughes/react-native-device-info/pull/363)
...
...
ios/RNDeviceInfo.podspec
View file @
39db5cc3
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"RNDeviceInfo"
s
.
version
=
"0.21.
2
"
s
.
version
=
"0.21.
3
"
s
.
summary
=
"Device Information for react-native"
s
.
homepage
=
"https://github.com/rebeccahughes/react-native-device-info"
...
...
windows/RNDeviceInfo/Properties/AssemblyInfo.cs
View file @
39db5cc3
...
...
@@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.21.
2
.0")]
[assembly: AssemblyVersion("0.21.
3
.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ComVisible(false)]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment