Skip to content

Commit d8afd30

Browse files
garypolhillTheBizzle
authored andcommitted
Update to bitstring extension
1 parent 4abf70d commit d8afd30

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/bitstring-2.3.0.zip

36.4 KB
Binary file not shown.

libraries.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Unlike NetLogo’s lists and strings, arrays are “mutable”. That means that
3636
codeName: "bitstring"
3737
shortDescription: "Provides bitstrings as datatypes and commands to operate on them"
3838
longDescription: """A bitstring extension for NetLogo. Bitstrings are strings of binary digits. This extension provides you with an implementation of bitstrings and a number of commands and reporters to operate on them."""
39-
version: "2.1.0"
40-
homepage: "https://github.com/garypolhill/netlogo-bitstring/blob/nl6/README.md"
41-
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/bitstring-2.1.0.zip"
39+
version: "2.3.0"
40+
homepage: "https://github.com/garypolhill/netlogo-bitstring/"
41+
downloadURL: "https://raw.githubusercontent.com/NetLogo/NetLogo-Libraries/6.1/extensions/bitstring-2.3.0.zip"
4242
}
4343
{
4444
name: "Case based reasoning"

0 commit comments

Comments
 (0)