Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #164 from NativeScript/zbranzov/bump-4.3.1
Browse files Browse the repository at this point in the history
fix: shell script and bump version
  • Loading branch information
DimitarTodorov authored Oct 3, 2018
2 parents 43a2987 + 9435809 commit d030d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions publish/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ pack() {
# compile package and copy files required by npm
echo 'Building /src...'
cd "$TO_SOURCE_DIR"
npm i
node_modules/.bin/tsc
echo 'Building plugin .aar...'
tns plugin build
cd ..

echo 'Creating package...'
Expand Down
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-geolocation",
"version": "4.3.0",
"version": "4.3.1",
"description": "Provides API for getting and monitoring location for NativeScript app.",
"main": "geolocation",
"typings": "index.d.ts",
Expand Down

0 comments on commit d030d63

Please sign in to comment.