Skip to content

Commit

Permalink
chore: bump version 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dapriett committed Jan 8, 2020
1 parent 8e5b605 commit 168bab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-google-maps-sdk",
"version": "2.9.0",
"version": "2.9.1",
"description": "Google Maps SDK plugin for Nativescript",
"main": "map-view",
"typings": "map-view.d.ts",
Expand Down

1 comment on commit 168bab3

@fgutteridge
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @dapriett, just noticed you released v2.9.1 (woohoo😁), however noticed that you made note of my commit that exposed a new method on the Projection class... however, I reverted it before this release (accidental push lol).

I'll make sure to include it in my next PR, along with a few other things! (sometime tomorrow most likely)

Please sign in to comment.