Skip to content

Commit

Permalink
Fix text (#124)
Browse files Browse the repository at this point in the history
* fix test_get_push_notification_receipts

* fix test_get_push_notification_receipts_error_response

* fix: test_get_push_notification_receipts_error_response_4xx

* fix test_get_push_notification_gzip_len_lte_1024

* fix test_get_push_notification_gzip_len_gt_1024

* fix test_send_push_notifications

* fix rest of test

* chore: Update Expo client usage to new_with_base_url method

* Update Readme

* chore: Bump version to 0.4.0 in Cargo.toml
  • Loading branch information
katayama8000 authored Aug 10, 2024
1 parent f7a64d5 commit 34c80ce
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 244 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "expo_push_notification_client"
version = "0.3.5"
version = "0.4.0"
edition = "2021"
readme = "README.md"
authors = ["katayama8000 <https://github.com/katayama8000>"]
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ use expo_push_notification_client::{Expo, ExpoClientOptions, ExpoPushMessage};
let expo = Expo::new(ExpoClientOptions {
access_token: Some(access_token),
use_fcm_v1: Some(false), // Set to true to use FCM v1 API
..Default::default()
});

// Define Expo Push Tokens to send notifications to
Expand Down
Loading

0 comments on commit 34c80ce

Please sign in to comment.