Skip to content

Commit

Permalink
fix erroneous display of core team and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagiotis Papadatis committed Sep 18, 2015
1 parent 532f145 commit 2b0b0e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h2>Library compatibility</h2>
<div class="wrapper">
<aside>
<article>
<h1>Contributors</h1>
<h1>Collaborators</h1>
<ul>
<li><a href="https://github.com/gbratsos">George Bratsos</a>
</li>
Expand All @@ -173,7 +173,7 @@ <h1>Contributors</h1>
</aside>
<aside>
<article>
<h1>Collaborators</h1>
<h1>Contributors</h1>
<p>
<a href="https://github.com/georapbox">George Raptis</a>
</p>
Expand Down Expand Up @@ -212,7 +212,7 @@ <h1>License</h1>
<div class="wrapper">
<aside>
<article>
<h1>Contributors</h1>
<h1>Collaborators</h1>
<ul>
<li><a href="https://github.com/gbratsos">George Bratsos</a>
</li>
Expand All @@ -225,7 +225,7 @@ <h1>Contributors</h1>
</aside>
<aside>
<article>
<h1>Collaborators</h1>
<h1>Contributors</h1>
<p>
<a href="https://github.com/georapbox">George Raptis</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion js/floativ.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* displayed while browsing a web page. This floating box disappears when the user reaches an element with
* a specific id.
*
* Version 1.1.4
* Version 1.1.5
*
*/
(function ($) {
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": "floativ",
"version": "1.1.4",
"version": "1.1.5",
"description": "floativ is a floating scroll-box at the bottom of the screen of your site that contains text, among other things, which can be displayed while browsing a web page. This floating scroll-box disappears when the user reaches an element with a specific id.",
"main": "floativ.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"text",
"box"
],
"author": "Panagiotis Papadatis <[email protected]>, George Bratsos <[email protected]>, George Raptis <georapbox@gmail.com>, Paraskevi Zygoura <fridayzzyg@gmail.com>",
"author": "Panagiotis Papadatis <[email protected]>, George Bratsos <[email protected]>, Paraskevi Zygoura <fridayzzyg@gmail.com>, George Raptis <georapbox@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GBratsos/floativ/issues"
Expand Down

0 comments on commit 2b0b0e7

Please sign in to comment.