Skip to content

Commit

Permalink
Bump version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonShiki committed Jan 29, 2022
1 parent fe27605 commit bf130f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blocks_vertical/operators.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ Blockly.Blocks['operator_indexof'] = {
* Block for index of operator.
* @this Blockly.Block
*/
init: function () {
init: function() {
this.jsonInit({
"message0": Blockly.Msg.OPERATORS_INDEXOF,
"args0": [
Expand Down
2 changes: 1 addition & 1 deletion blocks_vertical/procedures.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ Blockly.ScratchBlocks.ProcedureUtils.updateProcedureShape = function() {
this.setPreviousStatement(true);
this.setNextStatement(true);
}
}
};

/**
* Externally-visible function to get the warp on procedure declaration.
Expand Down
2 changes: 1 addition & 1 deletion core/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
goog.provide('Blockly.Connection');

goog.require('Blockly.Events.BlockMove');
goog.require('Blockly.utils')
goog.require('Blockly.utils');

goog.require('goog.asserts');
goog.require('goog.dom');
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": "clipcc-block",
"version": "3.1.2",
"version": "3.1.3",
"description": "Blocks for Clip CC",
"author": "Clip Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit bf130f6

Please sign in to comment.