Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirehlov committed Sep 9, 2022
1 parent 3deeef3 commit 82d106f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libgiwscli
A library for Genshin Impact Wish Simulators written in C++\
Current version: 3.0.1
Current version: 3.0.2

## Applications
(dead) CLI: https://github.com/Jirehlov/Genshin-Impact-Wish-Simulator-CLI \
Expand Down
2 changes: 1 addition & 1 deletion cn_item.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Version 3.0.1*/
/*Version 3.0.2*/

#ifndef CN_ITEM_H
#define CN_ITEM_H 1 // mark it 0 if encoding error occurs
Expand Down
2 changes: 1 addition & 1 deletion en_item.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Version 3.0.1*/
/*Version 3.0.2*/

#ifndef EN_ITEM_H
#define EN_ITEM_H 1 // mark it 0 if encoding error occurs
Expand Down
4 changes: 3 additions & 1 deletion giwscli.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Version 3.0.1*/
/*Version 3.0.2*/

#include "giwscli.h"

Expand Down Expand Up @@ -1083,7 +1083,9 @@ int giwscli::set_banner_f(ptrdiff_t chosen_banner_p, ptrdiff_t chosen_event_p) {
pool_stair_check += pool_stair_4(chosen_event_p);
} break;
case 5: {
size_nup_five_c = 5;
int ini_ams_check = 0;
ini_ams_check += ini_ams(nup_five_c, 5, nup_five_c1);
ini_ams_check += ini_ams(nup_four_c, 11, nup_four_cg1);
if (ini_ams_check) {
return 1;
Expand Down
2 changes: 1 addition & 1 deletion giwscli.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Version 3.0.1*/
/*Version 3.0.2*/

#ifndef GIWSCLI_H
#define GIWSCLI_H 1
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lang.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Version 3.0.1*/
/*Version 3.0.2*/

#include "lang.h"

Expand Down
4 changes: 2 additions & 2 deletions lang.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*Version 3.0.1*/
/*Version 3.0.2*/

#include "cn_item.h"
#include "en_item.h"
#include "jp.item.h"
#include "jp_item.h"

namespace giwscli {

Expand Down

0 comments on commit 82d106f

Please sign in to comment.