version bump and start using dev branch like a civilized human

This commit is contained in:
carson 2020-05-15 19:25:52 -07:00
parent dc6db4ba0c
commit fd6e3f68d8
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -1299,7 +1299,7 @@ var kutty = kutty || (function () {
defaultSwapDelay:0,
defaultSettleDelay:100
},
version: "0.0.1",
version: "0.0.2",
_:internalEval
}
}

View File

@ -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(){

View File

@ -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)

View File

@ -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