diff --git a/PUBLISH.md b/PUBLISH.md index d25da60..6e216f2 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -1,14 +1,14 @@ ## Registering to Bower -`bower register iron-swipeable-pages git://github.com/MeTaNoV/iron-swipeable-pages.git` +`bower register iron-swipeable-pages git://github.com/GeoloeG/iron-swipeable-pages.git` ## Registering to Gemnasium -https://gemnasium.com/MeTaNoV/ +https://gemnasium.com/GeoloeG/ ## Registering to Waffle -https://waffle.io/MeTaNoV/firebase-element-extended +https://waffle.io/GeoloeG/iron-swipeable-pages ## Registering to Travis diff --git a/README.md b/README.md index d87ab5b..51c6121 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ -[![Bower version](https://badge.fury.io/bo/iron-swipeable-pages.svg)](https://badge.fury.io/bo/iron-swipeable-pages) -[![Build Status](https://travis-ci.org/MeTaNoV/iron-swipeable-pages.svg?branch=master)](https://travis-ci.org/MeTaNoV/iron-swipeable-pages) -[![Dependency Status](https://gemnasium.com/MeTaNoV/iron-swipeable-pages.svg)](https://gemnasium.com/MeTaNoV/iron-swipeable-pages) +[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg?style=flat-square)](https://www.webcomponents.org/element/GeoloeG/iron-swipeable-pages) -`` manages a set of pages and provides the ability to switch between them by swiping gesture. +# `` -## Demo +## Descripton -[https://metanov.github.io/iron-swipeable-pages/](https://metanov.github.io/iron-swipeable-pages/components/iron-swipeable-pages/demo/) +`` manages a set of pages and provides the ability to switch between them by swiping gesture. ## Install @@ -26,6 +24,16 @@ Import Custom Element: And then use it: + ```html
One
@@ -34,7 +42,11 @@ And then use it:
``` -See the [Documentation](https://metanov.github.io/iron-swipeable-pages/) for more options. +See the [Documentation](https://geoloeg.github.io/iron-swipeable-pages/) for more options. + +## More Demos + +[https://geoloeg.github.io/iron-swipeable-pages/](https://geoloeg.github.io/iron-swipeable-pages/components/iron-swipeable-pages/demo/) ## Discussing @@ -47,10 +59,3 @@ If you have any questions, you can find me on the [Polymer Slack Channel](https: 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D - -## License - -[MIT License](http://opensource.org/licenses/MIT) © Pascal Gula - -[![Throughput Graph](https://graphs.waffle.io/MeTaNoV/iron-swipeable-pages/throughput.svg)](https://waffle.io/MeTaNoV/iron-swipeable-pages/metrics) - diff --git a/bower.json b/bower.json index 027240a..867a0e1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "iron-swipeable-pages", - "version": "1.2.6", + "version": "1.2.8", "authors": [ "Pascal Gula aka MeTaNoV " ],