Skip to content

Commit

Permalink
release v0.9.10 with autopagination, auto-updating fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 31, 2009
1 parent 8c5bcb8 commit ee54ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endless_tweets/endless_tweets.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var $et = {
setLastRead: function(id) { setValue('lastReadTweet', (this.lastRead = id).toString()) },
debug: getValue('debugMode', false),
sourceString: 'endlesstweets',
version: '0.9.9',
version: '0.9.10',
scriptSize: 0,

getSessionCookie: function() {
Expand Down

0 comments on commit ee54ffd

Please sign in to comment.