Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Nov 1, 2010
1 parent da45d7f commit 1d4217e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MIT-LICENSE
@@ -1,5 +1,5 @@
Copyright (c) 2005-2010 Thomas Fuchs
http://script.aculo.us/thomas
Copyright (c) 2010 Thomas Fuchs
http://zeptojs.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 3 additions & 1 deletion README.rdoc
Expand Up @@ -179,7 +179,9 @@ to the ~2k minified goal.

Also, Zepto.js contains some non-jQuery extensions, that are geared towards mobile devices.

Join #zepto on irc.freenode.net and stay updated on http://twitter.com/zeptojs.
Visit http://zeptojs.com/

Join #zepto on irc.freenode.net and stay updated on http://twitter.com/zeptojs

Have fun!

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,7 +1,7 @@
require 'rake'
require 'rake/packagetask'

ZEPTO_VERSION = "0.1"
ZEPTO_VERSION = "0.1.1"

ZEPTO_ROOT = File.expand_path(File.dirname(__FILE__))
ZEPTO_SRC_DIR = File.join(ZEPTO_ROOT, 'src')
Expand Down

0 comments on commit 1d4217e

Please sign in to comment.