Skip to content

Commit 0f32ac5

Browse files
committed
ci: increase version
1 parent ccbd676 commit 0f32ac5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The responsive front-end library based on Material Design from Google.",
44
"author": "The Materialize Team",
55
"homepage": "https://materializeweb.com",
6-
"version": "2.1.1",
6+
"version": "2.2.0",
77
"style": "dist/css/materialize.css",
88
"sass": "sass/materialize.scss",
99
"typings": "dist/js/materialize.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export { Tooltip } from './tooltip';
5252
export { Waves } from './waves';
5353
export { Range } from './range';
5454

55-
export const version = '2.1.1';
55+
export const version = '2.2.0';
5656

5757
export const Grid = (children: any = '') => {
5858
return `<div class="row">${children}</row>`;

0 commit comments

Comments
 (0)