Skip to content

Commit

Permalink
Update Package: Socket
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudFayed committed May 14, 2022
1 parent 75ce0b2 commit e546d0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/ringpm/packages/socket/lock.ring
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aLockInfo = [
[
:name = "socket",
:branch = "master",
:version = "1.0.2",
:version = "1.0.3",
:providerusername = "ringpackages",
:providerwebsite = ""
]
Expand Down
8 changes: 4 additions & 4 deletions tools/ringpm/packages/socket/package.ring
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ aPackageInfo = [
:developer = "Abdallah Elsharif",
:email = "elsharifabdallah53@gmail.com",
:license = "MIT License",
:version = "1.0.2",
:version = "1.0.3",
:ringversion = "1.17",
:versions = [
[
:version = "1.0.2",
:version = "1.0.3",
:branch = "master"
]
],
Expand All @@ -31,8 +31,8 @@ aPackageInfo = [
"extensions/ringsockets/buildvc.bat",
"extensions/ringsockets/sockets.ring",
"extensions/ringsockets/lib/constants.ring",
"extensions/ringsockets/ext/socket.c",
"extensions/ringsockets/ext/socket.h",
"extensions/ringsockets/ext/sockets.c",
"extensions/ringsockets/ext/sockets.h",
"extensions/ringsockets/docs/docs.txt",
"tools/ring2exe/libs/sockets.ring"
],
Expand Down

0 comments on commit e546d0f

Please sign in to comment.