We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cbea2 commit f0cdc60Copy full SHA for f0cdc60
CHANGELOG.md
@@ -2,8 +2,10 @@
2
Change Log
3
==========
4
5
-Version 0.22.0 (????.??.??)
+Version 0.22.0 (2023.04.17)
6
7
+ * added support for Window OS
8
+ * improved tutorial
9
* changed smooth std-lib: renamed filter -> filterFiles
10
11
Version 0.21.0 (2023.03.07)
src/app/src/main/java/org/smoothbuild/install/BuildVersion.java
@@ -1,5 +1,5 @@
1
package org.smoothbuild.install;
public class BuildVersion {
- public static final String VERSION = "0.21.0";
+ public static final String VERSION = "0.22.0";
}
0 commit comments