Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikini committed Aug 8, 2017
1 parent a560451 commit 5503f82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Ionic Gallery Modal

It consists of a modal that will help you make gallery preview modal.
Last tested with Ionic 3.3.0
Last tested with Ionic 3.6.0

## Demo

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-gallery-modal",
"version": "0.2.1",
"version": "0.2.2",
"description": "Ionic Gallery Modal (to preview photos)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"license": "MIT",
"dependencies": {
"ionic-angular": "3.5.3"
"ionic-angular": "3.6.0"
},
"devDependencies": {
"@angular/common": "4.1.3",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-gallery-modal",
"version": "0.2.1",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/nikini/ionic-gallery-modal"
Expand All @@ -23,7 +23,7 @@
"typings": "ionic-gallery-modal.d.ts",
"peerDependencies": {
"@angular/core": "^4.1.3",
"ionic-angular": "3.5.3",
"ionic-angular": "3.6.0",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
}
Expand Down

0 comments on commit 5503f82

Please sign in to comment.