Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
milcktoast committed May 3, 2015
1 parent 3700871 commit a7074df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function (grunt) {
'use strict';

var config = {
version: '0.3.1',
version: '0.3.2',
src: 'src/',
dest: 'dist/',
test: 'test/',
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "particulate",
"description": "Particle physics micro library.",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/particulate.js",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "particulate",
"description": "Particle physics micro library.",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/particulate.js",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@class Particulate
@static
*/
lib = { VERSION : '0.3.1' };
lib = { VERSION : '0.3.2' };

require('utils/*');
require('math/*');
Expand Down
2 changes: 1 addition & 1 deletion src/wrap.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ..................................................
// Particulate.js
//
// version : 0.3.1
// version : 0.3.2
// authors : Jay Weeks
// license : MIT
// particulatejs.org
Expand Down

0 comments on commit a7074df

Please sign in to comment.