Skip to content

Commit c4338f5

Browse files
committed
Updated version number
1 parent a17f388 commit c4338f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.3.1
2+
======
3+
4+
Bug fixes:
5+
- Fixed position angle being limited to -45 to +45 degrees instead of -90 to +90 degrees.
6+
7+
18
v1.3.0
29
======
310

src/egg-gencat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ void print_help() {
19271927
}
19281928
};
19291929

1930-
print("egg-gencat v1.3.0");
1930+
print("egg-gencat v1.3.1");
19311931
print("usage: egg-gencat [options]\n");
19321932

19331933
print("List of generic options:");

0 commit comments

Comments
 (0)