We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5897034 commit 7d5a53dCopy full SHA for 7d5a53d
lib/ui/projects.dart
@@ -219,7 +219,7 @@ class ProjectsState extends State<Projects> with WidgetsBindingObserver {
219
220
//dargon2_core's Listing
221
DeveloperProjectListItem(
222
- title: "dargon2_flutter",
+ title: "dargon2_core",
223
description: "A low-level library to define the function bindings for"
224
" the Argon2 Password Hashing Algorithm's C Reference Library",
225
projectStatus: ProjectStatus.RELEASED,
web/index.html
@@ -31,6 +31,6 @@
31
});
32
}
33
</script>
34
- <script src="main.dart.js" type="application/javascript"></script>
+ <script src="main.dart.js?v=1.0.0" type="application/javascript"></script>
35
</body>
36
</html>
0 commit comments