Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 0691c0a

Browse files
committed
version update
1 parent c5af7d6 commit 0691c0a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://dev.azure.com/cbaylissmk2/github%20projects/_apis/build/status/sysgoblin.PSURLScanio?branchName=dev)](https://dev.azure.com/cbaylissmk2/github%20projects/_build/latest?definitionId=2&branchName=dev)
2-
[![Powershell Gallery](https://img.shields.io/badge/PSGallery-0.8-yellow)](https://www.powershellgallery.com/packages/PSUrlScanio/0.8)
2+
[![Powershell Gallery](https://img.shields.io/badge/PSGallery-1.0-success)](https://www.powershellgallery.com/packages/PSUrlScanio/1.0)
33

44
## 🔍 PSURLScanio
55
> A Powershell module for using the urlscan.io API.

src/PSUrlScanio.psd1

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
#
2-
# Module manifest for module 'PSUrlScanio'
3-
#
4-
# Generated by: Chris Bayliss
5-
#
6-
# Generated on: 23/08/2019
7-
#
8-
91
@{
102

113
# Script module or binary module file associated with this manifest.
124
RootModule = 'PSUrlScanio.psm1'
135

146
# Version number of this module.
15-
ModuleVersion = '0.8.0'
7+
ModuleVersion = '1.0.0'
168

179
# Supported PSEditions
1810
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)