Skip to content

Commit

Permalink
Fix http CSRF not working issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yohangz committed Feb 20, 2019
1 parent 9d4a2c5 commit 1168169
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ornamentum-demo",
"version": "3.1.0",
"version": "3.1.1",
"description": "Lightweight, feature rich, highly configurable, UI framework agnostic full responsive Angular data table with minimal dependencies.",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion projects/ornamentum/package.json
@@ -1,6 +1,6 @@
{
"name": "ornamentum",
"version": "3.1.0",
"version": "3.1.1",
"peerDependencies": {
"@angular/common": "^7.0.0-rc.0 || ^7.0.0",
"@angular/core": "^7.0.0-rc.0 || ^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/version.ts
@@ -1,2 +1,2 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
export const VERSION = '3.1.0';
export const VERSION = '3.1.1';

0 comments on commit 1168169

Please sign in to comment.