File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.3.0
1
+ 1.3.1
Original file line number Diff line number Diff line change 3
3
<name >InstallerSave</name >
4
4
<version >1.1.1.0</version >
5
5
<appName >CNPJá! Excel Add-in</appName >
6
- <appVersion >v1.3.0 </appVersion >
6
+ <appVersion >v1.3.1 </appVersion >
7
7
<appPublisher >CNPJA TECNOLOGIA LTDA</appPublisher >
8
8
<appWebsite >https://www.cnpja.com</appWebsite >
9
9
<installDirectoryCheckbox >False</installDirectoryCheckbox >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Private cnpjaClient As WebAsyncWrapper
12
12
Private latestVersion As String
13
13
14
14
''
15
- ' Build the base adapter for requests to CNPJá ! API
15
+ ' Build the base adapter for requests to CNPJ� ! API
16
16
''
17
17
Private Property Get Cnpja() As WebAsyncWrapper
18
18
Dim httpClient As New WebClient
@@ -22,6 +22,7 @@ Private Property Get Cnpja() As WebAsyncWrapper
22
22
Set httpClient.Authenticator = New CnpjaAuthenticator
23
23
httpClient.BaseUrl = "https://api.cnpja.com/"
24
24
httpClient.TimeoutMs = 59000
25
+ httpClient.Insecure = True
25
26
Set cnpjaClient.Client = httpClient
26
27
End If
27
28
@@ -135,7 +136,7 @@ End Function
135
136
' [Sync] Read current tool version
136
137
''
137
138
Public Function getCurrentVersion () As String
138
- getCurrentVersion = "1.3.0 "
139
+ getCurrentVersion = "1.3.1 "
139
140
End Function
140
141
141
142
''
You can’t perform that action at this time.
0 commit comments