From 7b822a088e13d29d89051c4f57b786207340bfb9 Mon Sep 17 00:00:00 2001 From: Ulrich GIBERNE Date: Fri, 13 Dec 2024 17:47:20 -0400 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6776178..254c4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Airship Expo Plugin Changelog -## Version 1.3.2-beta - December 013, 2024 -Beta version that fixes the Notification Service Extension for EAS builds. +## Version 1.3.2 - December 13, 2024 +Patch version that fixes the Notification Service Extension for EAS builds. ## Version 1.3.1 - December 06, 2024 Patch version that fixes the support for Aiship Notification Service Extension when using `use_frameworks`. diff --git a/package.json b/package.json index 9c2f98c..6b3a45a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airship-expo-plugin", - "version": "1.3.2-beta", + "version": "1.3.2", "description": "Airship Expo config plugin", "main": "./app.plugin.js", "scripts": {