Skip to content

Commit

Permalink
v21.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Dec 7, 2018
1 parent 3e9b15e commit 9ccbb08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion global.js
Expand Up @@ -65554,7 +65554,7 @@ function useDefaultNames() {



const version = '21.0.3'
const version = '21.0.4'


/***/ })
Expand Down
2 changes: 1 addition & 1 deletion global.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "infamous",
"version": "21.0.3",
"version": "21.0.4",
"description": "A CSS3D/WebGL UI library.",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -24,4 +24,4 @@ export {
components,
}

export const version = '21.0.3'
export const version = '21.0.4'

0 comments on commit 9ccbb08

Please sign in to comment.