Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Mar 3, 2022
1 parent 21a39e0 commit 4274668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@area17/twill",
"version": "2.7.0",
"version": "2.8.0",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
Expand Down
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class TwillServiceProvider extends ServiceProvider
*
* @var string
*/
public const VERSION = '2.7.0';
public const VERSION = '2.8.0';

/**
* Service providers to be registered.
Expand Down

0 comments on commit 4274668

Please sign in to comment.