Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit c9d571f

Browse files
bump
1 parent 5667aac commit c9d571f

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
<img src="docs/images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/>
22

3+
4+
## 3.9.1 (2017, January 18)
5+
6+
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.9.0...3.9.1)
7+
8+
### SDK versions
9+
10+
If version numbers __changed__, clean your platform folders to avoid build errors.
11+
Also, for Android update your Google Repository in the Android SDK manager (type `android` on the command prompt),
12+
and for iOS do a `pod repo update` to fetch the latest versions from Cocoapods.
13+
14+
- iOS: 3.11.x
15+
- Android: 10.0.x
16+
17+
### New
18+
- [#262](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/262) Adding ability to (un/)subscribe to topics at firebase
19+
20+
21+
22+
323
## 3.9.0 (2017, January 3)
424

525
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.8.5...3.9.0)
@@ -27,7 +47,6 @@ and for iOS do a `pod repo update` to fetch the latest versions from Cocoapods.
2747

2848

2949

30-
3150
## 3.8.5 (2016, December 23)
3251

3352
[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.8.4...3.8.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)