Skip to content

Commit

Permalink
bump stackblitz to rc3 (angular#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored and jelbourn committed Dec 6, 2017
1 parent 3b011e4 commit 1f8cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/stackblitz/stackblitz-writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const TEMPLATE_FILES = [

const TAGS: string[] = ['angular', 'material', 'example'];
const angularVersion = '^5.0.0';
const materialVersion = '^5.0.0-rc.1';
const materialVersion = '5.0.0-rc.3';

const dependencies = {
'@angular/cdk': materialVersion,
Expand Down

0 comments on commit 1f8cc7c

Please sign in to comment.