mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +00:00
version bump and start using dev branch like a civilized human
This commit is contained in:
parent
dc6db4ba0c
commit
fd6e3f68d8
@ -15,7 +15,7 @@ Kutty is small ([~6k min.gz'd](https://unpkg.com/kutty.org/dist/)), IE11 compati
|
||||
|
||||
```html
|
||||
<!-- Load from unpkg -->
|
||||
<script src="https://unpkg.com/kutty.org@0.0.1"></script>
|
||||
<script src="https://unpkg.com/kutty.org@0.0.2"></script>
|
||||
<!-- have a button POST a click via AJAX -->
|
||||
<button kt-post="/clicked" kt-swap="outerHTML">
|
||||
Click Me
|
||||
|
@ -5,7 +5,7 @@
|
||||
"AJAX",
|
||||
"HTML"
|
||||
],
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"homepage": "https://kutty.org/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bigskysoftware/kutty/issues"
|
||||
|
@ -1299,7 +1299,7 @@ var kutty = kutty || (function () {
|
||||
defaultSwapDelay:0,
|
||||
defaultSettleDelay:100
|
||||
},
|
||||
version: "0.0.1",
|
||||
version: "0.0.2",
|
||||
_:internalEval
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ describe("Core kutty API test", function(){
|
||||
});
|
||||
|
||||
it('version is correct', function(){
|
||||
kutty.version.should.equal("0.0.1");
|
||||
kutty.version.should.equal("0.0.2");
|
||||
});
|
||||
|
||||
it('onLoad is called... onLoad', function(){
|
||||
|
@ -91,7 +91,7 @@ It can be used via [NPM](https://www.npmjs.com/) as "`kutty.org`" or downloaded
|
||||
[unpkg](https://unpkg.com/browse/kutty.org/) or your other favorite NPM-based CDN:
|
||||
|
||||
``` html
|
||||
<script src="https://unpkg.com/kutty.org@0.0.1"></script>
|
||||
<script src="https://unpkg.com/kutty.org@0.0.2"></script>
|
||||
```
|
||||
|
||||
## <a name="ajax"></a> [AJAX](#ajax)
|
||||
|
@ -22,7 +22,7 @@ Kutty is small ([~6k min.gz'd](https://unpkg.com/kutty.org/dist/)), IE11 compati
|
||||
|
||||
```html
|
||||
<!-- Load from unpkg -->
|
||||
<script src="https://unpkg.com/kutty.org@0.0.1"></script>
|
||||
<script src="https://unpkg.com/kutty.org@0.0.2"></script>
|
||||
<!-- have a button POST a click via AJAX -->
|
||||
<button kt-post="/clicked" kt-swap="outerHTML">
|
||||
Click Me
|
||||
|
Loading…
x
Reference in New Issue
Block a user