Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed Apr 7, 2024
1 parent 03a1fb7 commit df011eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/dotnet/pulumi-aem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Pulumi" Version="3.*" />
<PackageReference Include="WTTech.Aem" Version="0.0.1-alpha.1712218196+855a07cb.dirty" />
<PackageReference Include="WTTech.Aem" Version="0.9.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@wttech/aem": "0.0.1-alpha.1712218196+855a07cb.dirty"
"@wttech/aem": "0.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi>=3.0.0,<4.0.0
wttech_aem==0.0.1-alpha.1712218196+855a07cb.dirty
wttech_aem==0.9.0
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-aem/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aem",
"version": "0.0.1-alpha.1712218196+855a07cb.dirty",
"version": "0.9.0",
"pluginDownloadURL": "github://api.github.com/wttech/pulumi-aem",
"meta": {
"moduleFormat": "(.*)"
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-alpha.1712218196+855a07cb.dirty
0.9.0

0 comments on commit df011eb

Please sign in to comment.