This website works better with JavaScript.
Home
Explore
Help
Sign In
instituto-reuna
/
blocos
Archived
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Versão 1.2.0
master
1.2.0
Guilherme Capanema
6 years ago
parent
92df3e267e
commit
8e85c90481
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
composer.json
+1
-1
reuna-blocos.php
+ 1
- 1
composer.json
View File
@ -24,7 +24,7 @@
}
,
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"1.
2
-dev"
"dev-master"
:
"1.
3
-dev"
}
}
,
"minimum-stability"
:
"dev"
,
+ 1
- 1
reuna-blocos.php
View File
@ -33,7 +33,7 @@ if ( ! defined( 'WPINC' ) ) {
/**
*
Currently
plugin
version
.
*/
define
(
'REUNA_BLOCOS_VERSION'
,
'1.
1
.0'
);
define
(
'REUNA_BLOCOS_VERSION'
,
'1.
2
.0'
);
/**
*
Require
the
Composer
autoloader