Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
fix(release-4.1.3-beta.0): release of the 4.1.3-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukuna Ciowela Lionel committed May 21, 2019
1 parent 0df8e7c commit 8b58456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/app/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';

@Injectable()
export class Globals {
public ngBoostedVersion = '4.1.3';
public ngBoostedVersion = '4.1.3-beta.0';
public boostedVersion = '4.3.1';
public angularVersion = ' > 7.2.0' ;
public ngBootstrapVersion = '4.1.3';
Expand Down
2 changes: 1 addition & 1 deletion package-dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boosted",
"version": "4.1.3",
"version": "4.1.3-beta.0",
"description": "Orange Boosted with Angular",
"keywords": [
"boosted",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boosted",
"version": "4.1.3",
"version": "4.1.3-beta.0",
"description": "Orange Boosted with Bootstrap 4 and Angular",
"keywords": [
"boosted",
Expand Down

0 comments on commit 8b58456

Please sign in to comment.