Skip to content

Commit 41d7b18

Browse files
author
Bifuer
committed
change version + release
1 parent c3dbc4e commit 41d7b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Clase ObjectArray
2-
![license](https://img.shields.io/badge/license-MIT-blue.svg ) [![Build Status](https://img.shields.io/travis/bifuer/ObjectArray/master.svg)](https://travis-ci.org/bifuer/ObjectArray) [![npm version](https://img.shields.io/npm/v/objectArray.svg)](https://www.npmjs.com/package/objectArray) [![Github release](https://img.shields.io/github/release/bifuer/ObjectArray.svg)](https://github.com/bifuer/ObjectArray) [![npm downloads](https://img.shields.io/npm/dm/objectArray.svg)](https://www.npmjs.com/package/objectArray)
2+
![license](https://img.shields.io/badge/license-MIT-blue.svg ) [![Build Status](https://img.shields.io/travis/bifuer/ObjectArray/master.svg)](https://travis-ci.org/bifuer/ObjectArray) [![npm version](https://img.shields.io/npm/v/objectarray.svg)](https://www.npmjs.com/package/objectarray) [![Github release](https://img.shields.io/github/release/bifuer/ObjectArray.svg)](https://github.com/bifuer/ObjectArray) [![npm downloads](https://img.shields.io/npm/dm/objectarray.svg)](https://www.npmjs.com/package/objectarray)
33

44
La **Clase ObjectArray** permite instanciar un objeto de tipo ObjectArray, un array de objetos con métodos para insertar, borrar y mover los objetos en el array. [npm](https://www.npmjs.com/package/objectarray)
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "objectarray",
33
"description": "JS Array version for objects colletions",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Bifuer",
77
"email": "bifuer@gmail.com"

0 commit comments

Comments
 (0)