Skip to content

Commit

Permalink
Pull request #152: RUM-19690 Updating to 3.1 Snapshot
Browse files Browse the repository at this point in the history
Merge in OP/openkit-js from feature/RUM-19690-openkit-javascript-3.0-main-snapshot to main

* commit '3581e157672bfdff496c61ec276504b071a84903':
  RUM-19690 Updating to 3.1 Snapshot

GitOrigin-RevId: b224a880874c5d375e3320e2525d9a58f71abd5a
  • Loading branch information
TheHighriser authored and openkitdt committed May 27, 2024
1 parent e40fa74 commit c5bec70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynatrace/openkit-js",
"version": "3.0.0",
"version": "3.1.0-SNAPSHOT",
"description": "OpenKit-JavaScript reference implementation",
"author": "Dynatrace",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/core/PlatformConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { getVersionNumber } from './utils/Utils';
*/
export const openKitVersion = getVersionNumber(8, 293, {
major: 3,
minor: 0,
minor: 1,
build: 0,
});

Expand Down

0 comments on commit c5bec70

Please sign in to comment.