Skip to content

Commit

Permalink
Bump up the version number from initial since I am about to use it in…
Browse files Browse the repository at this point in the history
… project
  • Loading branch information
pzgz committed Sep 27, 2012
1 parent 6cf5132 commit 3681c9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -26,7 +26,6 @@ In ```application.js``` file, added following to include all javascript files fo

```js
//= require slickgrid

```

#### More detail way
Expand All @@ -37,7 +36,6 @@ In ```application.js``` file, added following to include all javascript files fo
//= require slickgrid/core
//= require slickgrid/controls
//= require slickgrid/plugins

```

#### Most detail way
Expand Down
2 changes: 1 addition & 1 deletion lib/slickgrid_rails/version.rb
@@ -1,3 +1,3 @@
module SlickgridRails
VERSION = "0.0.1"
VERSION = "1.0.0"
end

0 comments on commit 3681c9c

Please sign in to comment.