Skip to content

Commit

Permalink
v1.3b
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomi-ikuyama committed Jan 7, 2019
1 parent 6fce8c8 commit 182e314
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Expand Up @@ -13,3 +13,4 @@
- bungcip
- white-mns
- rev2nym
- seea17
2 changes: 1 addition & 1 deletion js/rpg_core/Utils.js
Expand Up @@ -28,7 +28,7 @@ Utils.RPGMAKER_NAME = 'MV';
*/
Utils.RPGMAKER_VERSION = "1.6.1";

Utils.RPGMAKER_ENGINE = "community-1.3";
Utils.RPGMAKER_ENGINE = "community-1.3b";

/**
* Checks whether the option is in the query string.
Expand Down
2 changes: 1 addition & 1 deletion js/rpg_core/_header.js
@@ -1,3 +1,3 @@
//=============================================================================
// rpg_core.js v1.6.1 (community-1.3)
// rpg_core.js v1.6.1 (community-1.3b)
//=============================================================================
2 changes: 1 addition & 1 deletion js/rpg_managers/_header.js
@@ -1,3 +1,3 @@
//=============================================================================
// rpg_managers.js v1.6.1 (community-1.3)
// rpg_managers.js v1.6.1 (community-1.3b)
//=============================================================================
2 changes: 1 addition & 1 deletion js/rpg_objects/_header.js
@@ -1,3 +1,3 @@
//=============================================================================
// rpg_objects.js v1.6.1 (community-1.3)
// rpg_objects.js v1.6.1 (community-1.3b)
//=============================================================================
2 changes: 1 addition & 1 deletion js/rpg_scenes/_header.js
@@ -1,3 +1,3 @@
//=============================================================================
// rpg_scenes.js v1.6.1 (community-1.3)
// rpg_scenes.js v1.6.1 (community-1.3b)
//=============================================================================
2 changes: 1 addition & 1 deletion js/rpg_sprites/_header.js
@@ -1,3 +1,3 @@
//=============================================================================
// rpg_sprites.js v1.6.1 (community-1.3)
// rpg_sprites.js v1.6.1 (community-1.3b)
//=============================================================================
2 changes: 1 addition & 1 deletion js/rpg_windows/_header.js
@@ -1,3 +1,3 @@
//=============================================================================
// rpg_windows.js v1.6.1 (community-1.3)
// rpg_windows.js v1.6.1 (community-1.3b)
//=============================================================================
4 changes: 2 additions & 2 deletions plugins/Community_Basic.js
@@ -1,9 +1,9 @@
/*:
* @plugindesc Basic plugin for manipulating important parameters..
* @plugindesc Basic plugin for manipulating important parameters.
* @author RM CoreScript team
*
* @help
* Basic plugin for manipulating important parameters..
* Basic plugin for manipulating important parameters.
* There is no plugin command.
*
* Caching images improves performance but increases memory allocation.
Expand Down

0 comments on commit 182e314

Please sign in to comment.