Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #374 from jebedaia360/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Jeremi360 authored Jun 27, 2020
2 parents ff6c695 + 9f196d1 commit 63c7f52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addons/Rakugo/init.tres
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[resource]
script = ExtResource( 1 )
game_version = "0.0.1"
rakugo_version = "2.1.03"
rakugo_version = "2.1.04"
history = {
"Start,SomeDialog,some_dialog,1": {
"parameters": {
Expand Down Expand Up @@ -552,7 +552,7 @@ data = {
},
"rakugo_version": {
"type": 1,
"value": "2.1.03"
"value": "2.1.04"
},
"rebeccapurple": {
"type": 13,
Expand Down
2 changes: 1 addition & 1 deletion addons/Rakugo/main.gd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends Node

const rakugo_version := "2.1.02"
const rakugo_version := "2.1.04"
const credits_path := "res://addons/Rakugo/credits.txt"
const save_folder := "saves"

Expand Down
2 changes: 1 addition & 1 deletion addons/Rakugo/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Rakugo"
description="Rakugo is framework for story driven games"
author="Jeremi Biernacki, MelodicStream, Matías Muñoz Espinoza, Deep Gaurav"
version="2.1.03"
version="2.1.04"
script="plugin.gd"
2 changes: 1 addition & 1 deletion addons/Rakugo/tools/about/AboutDialog.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ margin_right = 383.0
margin_bottom = 80.0
custom_fonts/font = ExtResource( 3 )
custom_colors/font_color = Color( 0.184314, 0.235294, 1, 1 )
text = "Version 2.1.03"
text = "Version 2.1.04"

[node name="CodeNameLabel" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
margin_top = 84.0
Expand Down

0 comments on commit 63c7f52

Please sign in to comment.