Skip to content

Commit

Permalink
[v2.0.1] Minor typo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bagwanpankaj committed Apr 30, 2020
1 parent bea4cc9 commit ea18249
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/humongous.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def self.summary
end

def self.copyright
"Bagwan Pankaj 2012-2016"
"Bagwan Pankaj 2012-2020"
end

def self.author
Expand Down
2 changes: 1 addition & 1 deletion lib/humongous/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Humongous
VERSION = "2.0.0"
VERSION = "2.0.1"
end
5 changes: 1 addition & 4 deletions lib/humongous/views/_footer.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<footer>
<p>&copy; <%= Humongous.copyright %></p>
<p>
<a href='https://pledgie.com/campaigns/24601'><img alt='Click here to lend your support to: Humongous and make a donation at pledgie.com !' src='https://pledgie.com/campaigns/24601.png?skin_name=chrome' border='0' ></a>
</p>
</footer>
</footer>
1 change: 0 additions & 1 deletion lib/humongous/views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@
})
</script>
<% end %>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.11/ace.min.js" type="text/javascript" charset="utf-8" async defer></script>
</body>
</html>

0 comments on commit ea18249

Please sign in to comment.