Skip to content

Commit dddb6b1

Browse files
author
Jamie Hoover ⚔
committed
Version Bump
Updates to 1.0.0 for development.
1 parent 80cdcfd commit dddb6b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/ninjabuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/*jshint bitwise: true, browser: true, curly: true, eqeqeq: true, forin: true, immed: true, indent: 2, node: true, maxerr: 3, newcap: true, noarg: true, noempty: true, nomen: true, nonew: true, onevar: true, plusplus: false, regexp: true, strict: false, undef: true, white: true*/
1111

1212
var
13-
version = '1.0.0rc3',
13+
version = '1.0.0',
1414
copyright = '/*! Ninja UI v' + version + ' ninjaui.com | ninjaui.com/#license */\n',
1515
help = [
1616
'',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ninjaui",
3-
"version": "1.0.0rc3",
3+
"version": "1.0.0",
44
"description": "the jQuery plugin for lethal interactions",
5-
"keywords": ["ui", "interface", "button", "icon", "slider", "popup", "window", "menu", "tab", "drawer", "list", "rating", "autocomplete", "jquery", "plugin", "css", "svg", "base64"],
5+
"keywords": ["jquery ui", "jquery", "ui", "user interface", "autocomplete", "button", "dialog", "drawer", "icons", "menu", "rating", "slider", "tabs", "jquery", "plugin", "ninja"],
66
"authors": ["Jamie Hoover <[email protected]>", "Faisal N. Jawdat <[email protected]>"],
77
"homepage": "https://ninjaui.com/",
88
"bin": {

0 commit comments

Comments
 (0)